2024-04-07 22:16:33 -04:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
config,
|
|
|
|
...
|
|
|
|
}: {
|
2024-06-26 22:13:02 -04:00
|
|
|
config = lib.mkIf config.ar.home.services.easyeffects.enable {
|
2024-06-11 17:49:50 -04:00
|
|
|
xdg.configFile = {
|
2024-09-19 22:35:42 -04:00
|
|
|
"easyeffects/output/framework13.json".source = ./framework13.json;
|
2024-10-15 23:10:37 -04:00
|
|
|
"easyeffects/output/fw13-autogain.json".source = ./fw13-autogain.json;
|
2024-09-19 22:35:42 -04:00
|
|
|
"easyeffects/output/fw13-easy-effects.json".source = ./framework13.json;
|
|
|
|
"easyeffects/output/LoudnessEqualizer.json".source = ./LoudnessEqualizer.json;
|
2024-06-11 17:49:50 -04:00
|
|
|
};
|
2024-04-05 17:44:07 -04:00
|
|
|
|
2024-03-31 13:21:27 -04:00
|
|
|
services.easyeffects = {
|
|
|
|
enable = true;
|
2024-06-26 22:13:02 -04:00
|
|
|
preset = config.ar.home.services.easyeffects.preset;
|
2024-03-31 13:21:27 -04:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|