diff --git a/hosts/darp8/configuration.nix b/hosts/darp8/configuration.nix index e07af62..c703412 100644 --- a/hosts/darp8/configuration.nix +++ b/hosts/darp8/configuration.nix @@ -71,6 +71,7 @@ thermald.enable = true; power-profiles-daemon.enable = false; + pulseaudio.enable = false; }; security.pam.services.hyprlock = {}; @@ -88,7 +89,6 @@ intel-media-driver ]; }; - pulseaudio.enable = false; system76.enableAll = true; }; diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 42af640..49a3f99 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -72,6 +72,7 @@ auto-cpufreq.enable = true; thermald.enable = true; power-profiles-daemon.enable = false; + pulseaudio.enable = false; }; security.pam.services.hyprlock = {}; @@ -87,7 +88,6 @@ extraPackages = with pkgs;[ ]; }; - pulseaudio.enable = false; nvidia = { modesetting.enable = true; powerManagement.enable = true;