install taskwarrior

This commit is contained in:
Khaïs COLIN 2025-08-05 17:17:08 +02:00
parent af443da14a
commit d89ca1ac60
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -82,6 +82,7 @@ in {
# office apps
libreoffice-fresh
recoll
taskwarrior-tui
# spell check
ispell
hunspell
@ -518,4 +519,10 @@ in {
git_branch.disabled = true;
};
};
# task management
programs.taskwarrior = {
enable = true;
package = pkgs.taskwarrior3;
};
}