Move pulseaudio disable from hardware->services in configuration.nix

This commit is contained in:
2025-01-05 04:26:50 +01:00
parent 9f1443810d
commit 863e2bee0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;