feat(taskwarrior): unset default project #77

Merged
chef merged 1 commit from remove-taskwarrior-inbox into main 2024-09-03 13:31:11 +00:00
Showing only changes of commit 42f455911c - Show all commits

View file

@ -3,9 +3,6 @@
programs.taskwarrior = {
enable = true;
colorTheme = "light-16";
config = {
default.project = "Inbox";
};
};
};
}