background removal extract userChrome to var

This commit is contained in:
Kopatz
2025-12-24 11:56:27 +01:00
parent a458c04a22
commit 57bb880d4b
3 changed files with 36 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
{
services.easyeffects = {
enable = true;
preset = "other_mic";
preset = "mic";
extraPresets = {
mic = builtins.fromJSON (builtins.readFile ./mic.json);
other_mic = builtins.fromJSON (builtins.readFile ./other_mic.json);