nix-config/home/features/desktop/common/easyeffects.nix

8 lines
261 B
Nix
Raw Normal View History

2024-03-02 12:29:10 +01:00
{pkgs, ...}: {
2024-01-07 15:39:55 +01:00
# services.easyeffects.enable = true;
xdg.configFile."easyeffects/output/Beyerdynamic_DT990_Oratory.json" = {
source = ../../../../rsc/config/easyeffects/Beyerdynamic_DT990_Oratory.json;
};
2024-03-02 12:29:10 +01:00
home.packages = with pkgs; [easyeffects];
2024-01-07 15:39:55 +01:00
}