From 8dea344121b142d0822f657c7013c4e3d7b22271 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 17 Jun 2024 10:31:16 +0200 Subject: [PATCH] sound: sound.enable is not recommended when using pipewire, apparently --- modules/graphical/sound/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/graphical/sound/default.nix b/modules/graphical/sound/default.nix index 1fa385ab..bc5627c8 100644 --- a/modules/graphical/sound/default.nix +++ b/modules/graphical/sound/default.nix @@ -18,7 +18,6 @@ ]; }; - sound.enable = true; services = { pipewire = { enable = true;