Compare commits

...

1 commit
main ... 24.11

Author SHA1 Message Date
Nox Sluijtman bf00ab74c8
Removal of old stuff 2024-12-01 09:27:11 +01:00
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ in {
enable = mkEnableOption "Enable all the audio daemons";
};
config = mkIf cfg.enable {
sound.enable = true;
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;

View file

@ -13,7 +13,6 @@ in {
hardware = {
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
nvidia = mkIf cfg.nvidia.enable {