diff --git a/home/zshrc.nix b/home/zshrc.nix index 7d5b516..b5fc31f 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -90,6 +90,10 @@ nix shell 'system#shenvs.'"$1" } + function use() { + nix shell "nixpkgs#$1" + } + function spawn () { if [ ! -x "$(command -v $1)" ] then