rice/users/buffet/taskwarrior.nix

12 lines
190 B
Nix
Raw Normal View History

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