the great with purge

This commit is contained in:
Charlie Root 2025-04-06 22:45:09 +02:00
commit 5767763227
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
8 changed files with 49 additions and 48 deletions

View file

@ -2,9 +2,9 @@
config,
lib,
...
}:
with lib; let
}: let
cfg = config.modules.system.sound;
inherit (lib.modules) mkIf;
in {
config = mkIf cfg.enable {
services.pulseaudio.enable = false;