about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/work.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix
index cc80104..20c49c4 100644
--- a/nix/users/fcuny/work.nix
+++ b/nix/users/fcuny/work.nix
@@ -9,5 +9,15 @@
 
     # for ssh
     sapi
+
+    # for tokens
+    hashi
   ];
+
+  programs.fish = {
+    shellAbbrs = {
+      "ssh-sign-chi" =
+        "${pkgs.hashi}/bin/hashi -e chi1 sign --key=/Users/fcuny/.ssh/id_ed25519.pub key";
+    };
+  };
 }