diff --git a/hm/modules/common/shellenv/default.nix b/hm/modules/common/shellenv/default.nix index d420ce0..564c96b 100644 --- a/hm/modules/common/shellenv/default.nix +++ b/hm/modules/common/shellenv/default.nix @@ -43,10 +43,10 @@ in vi_normal = "block"; }; }; - plugins = with pkgs.nushellPlugins; [ - units - gstat - ]; + # plugins = with pkgs.nushellPlugins; [ + # units + # gstat + # ]; }; programs.fzf = {