import fenv

This commit is contained in:
notgne2 2021-11-06 08:09:14 -07:00
parent 304944f6f9
commit 3e39bdd2f2
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -50,7 +50,9 @@ inputs:
shellInit = ''
# Load nix shit on non-NixOS computers (yea yea laugh it up we all have legacy machines somewhere)
if not set -q NIX_PATH
set --prepend fish_function_path ${pkgs.fishPlugins.foreign-env}/share/fish/vendor_functions.d
fenv source $HOME/.nix-profile/etc/profile.d/nix.sh
set -e fish_function_path[1]
end
'';
interactiveShellInit = ''