diff --git a/modules/audio.nix b/modules/audio.nix index 376af77..1a43980 100644 --- a/modules/audio.nix +++ b/modules/audio.nix @@ -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; diff --git a/modules/graphics.nix b/modules/graphics.nix index 1c5c6e9..0d350bc 100644 --- a/modules/graphics.nix +++ b/modules/graphics.nix @@ -13,7 +13,6 @@ in { hardware = { opengl = { enable = true; - driSupport = true; driSupport32Bit = true; }; nvidia = mkIf cfg.nvidia.enable {