feat(sound): add noisetorch when sound is enabled

This commit is contained in:
2025-11-05 05:01:57 +01:00
parent 0c8e2c702d
commit 3737a61fa5
+3
View File
@@ -40,5 +40,8 @@ in {
};
jack.enable = mkDefault cfg.jack;
};
programs.noisetorch = mkIf cfg.enable {
inherit (cfg) enable;
};
};
}