summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-26 16:22:47 +0200
committermakefu <github@syntax-fehler.de>2017-06-27 20:49:18 +0200
commit622d0dc0f266f94cfd5e6a5eec0ae254fec60ba3 (patch)
tree010e7e1eb34d234cb36c2fe9a9d3656656800e74 /makefu
parent319add434302276a52590f1bca3701ee45443cc5 (diff)
ma task-client: systemPackages -> per-user
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/task-client.nix14
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 00000000..330616f4
--- /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: ";
+ };
+}