dotfiles/hosts/thinkpad/configs/cmus.nix

10 lines
149 B
Nix
Raw Normal View History

{ user, ... }:
{
home-manager.users.${user}.programs.cmus = {
enable = true;
# TODO shades of purple theme here
# extraConfig
};
}