1
0
Fork 0

Get rid of EasyEffects. Not worth the trouble.

This commit is contained in:
Aires 2024-03-24 15:21:12 -04:00
parent dba4f3d212
commit efcdc1e8c0

View file

@ -25,9 +25,5 @@ with lib;
pulse.enable = true;
jack.enable = true;
};
services.flatpak.packages = lib.mkIf config.host.ui.flatpak.enable [
"com.github.wwmm.easyeffects"
];
};
}