email and small tweaks
This commit is contained in:
parent
2d95db31cd
commit
c56d621059
4 changed files with 30 additions and 14 deletions
15
modules/home/taskwarrior.nix
Normal file
15
modules/home/taskwarrior.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
vit
|
||||
tasksh
|
||||
taskwarrior-tui
|
||||
# syncall
|
||||
];
|
||||
|
||||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue