diff --git a/home/fish/fish.nix b/home/fish/fish.nix index 3ff6021..b9d8760 100644 --- a/home/fish/fish.nix +++ b/home/fish/fish.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { imports = [ @@ -88,6 +88,15 @@ sha256 = "0k6l21j192hrhy95092dm8029p52aakvzis7jiw48wnbckyidi6v"; }; } + { + name = "fenv"; + src = pkgs.fetchFromGitHub { + owner = "oh-my-fish"; + repo = "plugin-foreign-env"; + rev = "b3dd471bcc885b597c3922e4de836e06415e52dd"; + sha256 = "sha256-3h03WQrBZmTXZLkQh1oVyhv6zlyYsSDS7HTHr+7WjY8="; + }; + } ]; };