From db10d9b4ff77a5a9c36f4fe9a3d9edae2c7f0abe Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 20 Mar 2025 13:20:02 -0700 Subject: [PATCH] feat: add some plugins to nushell --- hm/modules/common/shellenv/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 = {