7 lines
261 B
Nix
7 lines
261 B
Nix
{pkgs, ...}: {
|
|
# services.easyeffects.enable = true;
|
|
xdg.configFile."easyeffects/output/Beyerdynamic_DT990_Oratory.json" = {
|
|
source = ../../../../rsc/config/easyeffects/Beyerdynamic_DT990_Oratory.json;
|
|
};
|
|
home.packages = with pkgs; [easyeffects];
|
|
}
|