add taskwarrior secrets + keys to config

This commit is contained in:
Anish Lakhwara
2023-01-10 22:27:47 +10:00
parent 0a0da37807
commit b120f59cf9
7 changed files with 69 additions and 2 deletions
+2
View File
@@ -5,5 +5,7 @@
home.file = {
".taskrc".source = ./taskrc;
".local/bin/task-note".source = ./bin/task-note.py;
".task/keys/ca.cert".source = ./ca.cert;
".task/keys/public.cert".source = ./public.cert;
};
}