From accc642a1113677c0b47e1585698b55d087a111b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 27 Jul 2024 18:06:10 -0400 Subject: [PATCH] hardware/audio: remove redundant sound.enable --- modules/modules/hardware/audio.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/modules/hardware/audio.nix b/modules/modules/hardware/audio.nix index 5a99350..8f0b878 100644 --- a/modules/modules/hardware/audio.nix +++ b/modules/modules/hardware/audio.nix @@ -11,8 +11,6 @@ in }; config = mkIf cfg.enable { - sound.enable = true; - services.pipewire = { enable = true; wireplumber.enable = true;