pipewire/module.nix fix cfg option

This commit is contained in:
Charlie Root 2024-09-09 21:32:24 +02:00
commit df2454b261
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@
lib,
...
}: let
cfg = config.modules.system.hardware.sound.pipewire;
cfg = config.modules.system.sound;
inherit (lib) mkIf;
in {
config = mkIf cfg.enable {