nixos-config/home/profiles/programs/music/cmus.nix
2025-01-16 10:08:58 +01:00

8 lines
100 B
Nix

{
programs.cmus = {
enable = true;
theme = "spotify";
extraConfig = ''
'';
};
}