update
This commit is contained in:
12
modules/home-manager/taskwarrior.nix
Normal file
12
modules/home-manager/taskwarrior.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
taskwarrior = {
|
||||
enable = true;
|
||||
package = pkgs.taskwarrior3;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user