pipewire/module.nix fix cfg option
This commit is contained in:
parent
6e146bc0c4
commit
df2454b261
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue