dotfiles/hosts/strix/configs/cmus.nix

10 lines
149 B
Nix
Raw Normal View History

2025-01-19 19:11:07 +01:00
{ user, ... }:
{
home-manager.users.${user}.programs.cmus = {
enable = true;
# TODO shades of purple theme here
# extraConfig
};
}