nixos-config/home/programs/cmus.nix
2025-06-06 13:35:38 +02:00

6 lines
71 B
Nix

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