diff --git a/hm/modules/common/shellenv/default.nix b/hm/modules/common/shellenv/default.nix index 6a558ba..2343c96 100644 --- a/hm/modules/common/shellenv/default.nix +++ b/hm/modules/common/shellenv/default.nix @@ -43,6 +43,9 @@ in vi_normal = "block"; }; }; + plugins = with pkgs.nushellPlugins; [ + units + ]; }; programs.fzf = {