misc update

This commit is contained in:
yaroslav
2025-06-11 23:29:25 +03:00
parent 3ba3700163
commit 13fd0a09c0
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@
./hosts/Aphelion/nvidia.nix
./hosts/Aphelion/sunshine.nix
./hosts/Aphelion/nfs.nix
./misc/disable_suspend.nix
./desktop/gnome.nix
./home/yaroslav/steam.nix
home-manager.nixosModules.home-manager
+5
View File
@@ -9,6 +9,11 @@
type "pipewire"
name "PipeWire Sound Server"
}
audio_output {
type "pulse"
name "Qwark pulseuadio"
server "192.168.1.94"
}
'';
};
}
+1
View File
@@ -6,4 +6,5 @@
capSysAdmin = true;
openFirewall = true;
};
programs.noisetorch.enable = true;
}