From a0691118731514078c5f64386f887dca01717fa3 Mon Sep 17 00:00:00 2001 From: Colin Barrett Date: Sun, 15 Oct 2017 23:42:37 -0400 Subject: [PATCH] Set PATH since that's not being done by setEnvironment --- modules/programs/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index 7fa5a4fb..6ee53550 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -109,6 +109,7 @@ in set fish_function_path ${pkgs.fish-foreign-env}/share/fish-foreign-env/functions $__fish_datadir/functions # source the NixOS environment config + fenv export PATH=${config.environment.systemPath} fenv source ${config.system.build.setEnvironment} # clear fish_function_path so that it will be correctly set when we return to $__fish_datadir/config.fish