From 3e39bdd2f2a4f534aa23e32dc18173862e7d7080 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 6 Nov 2021 08:09:14 -0700 Subject: [PATCH] import fenv --- home-manager/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/common.nix b/home-manager/common.nix index 6733a0e..a541063 100644 --- a/home-manager/common.nix +++ b/home-manager/common.nix @@ -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 = ''