{ pkgs, ... }: { imports = [ ./k8s.nix ]; home.packages = with pkgs; [ # hashicorp boundary nomad-pack tfswitch vault # for ssh sapi # for tokens hashi ]; programs.fish = { shellAbbrs = { "ssh-sign-chi" = "${pkgs.hashi}/bin/hashi -e chi1 sign --output-path=/Users/fcuny/.ssh/cert-chi1 --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; "pssh" = "ssh -J chi1-jumpcontainer-es -o 'CertificateFile=~/.ssh/cert-chi1'"; }; }; }