this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: taskwarrior moved from home/cli to home/gui

+2 -2
-1
home/core/default.nix
··· 4 4 ../profiles/cli 5 5 ../profiles/direnv 6 6 ../profiles/git 7 - ../profiles/task 8 7 ]; 9 8 home.stateVersion = "22.05"; 10 9 }
+1
home/gui/default.nix
··· 9 9 ../profiles/cal 10 10 ../profiles/sync/kitaab 11 11 ../profiles/ssh 12 + ../profiles/task 12 13 ]; 13 14 }
+1 -1
home/profiles/task/default.nix
··· 8 8 # taskwarrior needs write access to this file for centexts 9 9 # this way, we get a copy of the file, and we make sure it's writable 10 10 ".taskrc".source = ./taskrc; 11 - ".taskrc".executable = true; 11 + # ".taskrc".executable = true; 12 12 # ".taskrc".onChange = "cp ~/.taskrc ~/.taskrc2;rm ~/.taskrc;mv ~/.taskrc2 ~/.taskrc;chmod +w ~/.taskrc"; 13 13 ".task/keys/ca.cert".source = ./ca.cert; 14 14 ".task/keys/public.cert".source = ./public.cert;