nixos-config/home/programs/music/cmus.nix
2024-10-27 14:46:00 +01:00

8 lines
100 B
Nix

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