diff options
author | makefu <github@syntax-fehler.de> | 2017-06-26 16:22:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-27 20:49:18 +0200 |
commit | 622d0dc0f266f94cfd5e6a5eec0ae254fec60ba3 (patch) | |
tree | 010e7e1eb34d234cb36c2fe9a9d3656656800e74 /makefu/2configs/task-client.nix | |
parent | 319add434302276a52590f1bca3701ee45443cc5 (diff) |
ma task-client: systemPackages -> per-user
Diffstat (limited to 'makefu/2configs/task-client.nix')
-rw-r--r-- | makefu/2configs/task-client.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/makefu/2configs/task-client.nix b/makefu/2configs/task-client.nix new file mode 100644 index 000000000..330616f4a --- /dev/null +++ b/makefu/2configs/task-client.nix @@ -0,0 +1,14 @@ +{ pkgs, ... }: +{ + krebs.per-user.makefu.packages = [ + pkgs.taskwarrior + ]; + + environment.shellAliases = { + tshack = "task project:shack"; + twork = "task project:soc"; + tpki = "task project:pki"; + tkrebs = "task project:krebs"; + t = "task project: "; + }; +} |