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
@@ -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;
};