make sure taskd works on refresh

This commit is contained in:
Anish Lakhwara
2022-09-23 18:11:01 +10:00
parent dfd351baec
commit 8940b4a276
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
{ pkgs, config, lib, ... }:
{
# If you're setting up taskwarrior again, there's a task-setup.sh script in seafile
home.file = {
".taskrc".source = ./taskrc;
".local/bin/task-note".source = ./bin/task-note.py;