feat(zsh): add function for browsing nixpgks derivations
1 files changed, 3 insertions(+), 0 deletions(-) M modules/shell/zsh.nix
M modules/shell/zsh.nix => modules/shell/zsh.nix +3 -0
@@ 25,6 25,9 @@ function loc { nix-locate --top-level -w /bin/$1 } + function exa-nixpkgs-derivation { + nix run nixpkgs#eza -- --tree $(nix build nixpkgs#$1 --print-out-paths --out-link /tmp/$1) + } # source /etc/set-environment '';