rice/users/buffet/taskwarrior.nix

9 lines
129 B
Nix
Raw Permalink Normal View History

{
home-manager.users.buffet = {
programs.taskwarrior = {
enable = true;
colorTheme = "light-16";
};
};
}