several adjustments for non nixos systems

This commit is contained in:
Thilo Billerbeck 2024-04-28 03:53:21 +02:00
parent e7ec033300
commit 22084114a5
7 changed files with 75 additions and 75 deletions
configs/fedora

View file

@ -10,7 +10,7 @@ in {
isGeneric = true;
isGnome = false;
noiseSuppression.enable = false;
isGraphical = false;
isGraphical = true;
};
fonts.fontconfig.enable = true;
@ -18,9 +18,4 @@ in {
nixpkgs.config.allowUnfree = true;
nixGLPrefix = lib.getExe pkgs.nixgl.nixGLIntel;
home.packages = with pkgs; [
(nixGL insomnia)
(nixGL inputs.muse-sounds-manager.packages.x86_64-linux.muse-sounds-manager)
];
}