nixos-config/home/programs/music/cmus.nix
2025-06-06 11:20:44 +02:00

8 lines
100 B
Nix

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