re-enable audio...
This commit is contained in:
parent
4490ca84bd
commit
6de1355091
4 changed files with 5 additions and 2 deletions
|
@ -3,10 +3,10 @@ let
|
|||
inherit (lib.attrsets) attrValues;
|
||||
inherit (lib.modules) mkIf;
|
||||
|
||||
cfg = config.modules.hardware.pipewire;
|
||||
cfg = config.modules.system.audio;
|
||||
in
|
||||
{
|
||||
options.modules.hardware.pipewire = let
|
||||
options.modules.system.audio = let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue