pipewire/module.nix fix cfg option
This commit is contained in:
parent
6e146bc0c4
commit
df2454b261
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
_: {imports = [./pipewire];}
|
|
|
@ -3,7 +3,7 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.modules.system.hardware.sound.pipewire;
|
cfg = config.modules.system.sound;
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue