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

7 lines
139 B
Fish

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