add taskwarrior file to backup
This commit is contained in:
parent
787ce1f536
commit
b16a30f957
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
|||
./wtf.nix
|
||||
];
|
||||
|
||||
backup.dirs = [ "/home/palo/.password-store" ];
|
||||
backup.dirs =
|
||||
[ "/home/palo/.password-store" "/home/palo/.task" "/home/palo/.vit" ];
|
||||
|
||||
programs.custom = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue