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