nix-config/home/features/desktop/common/easyeffects.nix
2024-01-07 15:39:55 +01:00

6 lines
204 B
Nix

{
# services.easyeffects.enable = true;
xdg.configFile."easyeffects/output/Beyerdynamic_DT990_Oratory.json" = {
source = ../../../../rsc/config/easyeffects/Beyerdynamic_DT990_Oratory.json;
};
}