.files/nix/homeModules/common/fish/functions/nix-shell.fish

7 lines
123 B
Fish

function nix-shell
if type -q nom-shell
nom-shell $argv
else
nix-shell $argv
end
end