From b329864e0c429a1445bb2773e273ba6131e5ebb6 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 11 Feb 2025 13:39:50 -0800 Subject: [PATCH] fix: nushell plugins dont work rn --- hm/modules/common/shellenv/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = {