summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home-manager/taskwarrior.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/home-manager/taskwarrior.nix')
-rw-r--r--makefu/2configs/home-manager/taskwarrior.nix31
1 files changed, 0 insertions, 31 deletions
diff --git a/makefu/2configs/home-manager/taskwarrior.nix b/makefu/2configs/home-manager/taskwarrior.nix
deleted file mode 100644
index 57ba1a08d..000000000
--- a/makefu/2configs/home-manager/taskwarrior.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-{pkgs, ... }:
-let
- loc = "/home/makefu/.task";
-in {
- state = [ "${loc}/keys" ];
- environment.shellAliases = {
- tshack = "task tags:shack";
- tkrebs = "task tags:krebs";
- thome = "task tags:home";
- t = "task project: ";
- };
- home-manager.users.makefu.programs.taskwarrior = {
- enable = true;
- dataLocation = loc;
- config = {
- default.command = "list";
- taskd = {
- server = "gum:53589";
- certificate = "${loc}/keys/public.crt";
- key = "${loc}/keys/private.key";
- ca = "${loc}/keys/ca.crt";
- credentials = "home/makefu/0e6c8146-1ddb-4906-9369-8f77e34cdf84";
- };
- context = {
- work = "tags:work";
- shack = "tags:shack";
- home = "tags:home";
- };
- };
- };
-}
[cgit] Unable to lock slot /tmp/cgit/e6200000.lock: No such file or directory (2)