task | define which taskwarrior package to use

This commit is contained in:
Don Harper 2024-11-24 12:01:53 -06:00
parent 47064b15ee
commit 5276d851aa

View file

@ -8,6 +8,7 @@
];
programs.taskwarrior = {
enable = true;
package = pkgs.taskwarrior2;
colorTheme = "dark-green-256";
dataLocation = "~/.task";
config = {