theme&zsh

This commit is contained in:
soraefir
2024-05-08 17:23:26 +02:00
parent 5a50140975
commit 16540a9327
3 changed files with 6 additions and 3 deletions

View File

@ -14,5 +14,7 @@ in {
"ssh" = "TERM=xterm-256color ${pkgs.openssh}/bin/ssh";
"top" = "btop";
};
shellInit =
"\n sopsu() {nix-shell -p sops --run \"sops updatekeys $1\"}\n ";
};
}