taskwarrior

This commit is contained in:
2024-02-28 07:53:08 -05:00
parent 4cfb0f5fe4
commit b38b6512ea
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{ pkgs, config, ... }:
{
programs = {
taskwarrior = {
enable = true;
};
};
}