diff --git a/system/hardware/sound.nix b/system/hardware/sound.nix index 148b8b7..cf226ad 100644 --- a/system/hardware/sound.nix +++ b/system/hardware/sound.nix @@ -40,5 +40,8 @@ in { }; jack.enable = mkDefault cfg.jack; }; + programs.noisetorch = mkIf cfg.enable { + inherit (cfg) enable; + }; }; }