From cb45f07023ba1c2e90538d19d12e7996dd215b6f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 11 Feb 2025 13:39:43 -0800 Subject: [PATCH] feat: add gstat nushell plugin --- hm/modules/common/shellenv/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/modules/common/shellenv/default.nix b/hm/modules/common/shellenv/default.nix index 2343c96..d420ce0 100644 --- a/hm/modules/common/shellenv/default.nix +++ b/hm/modules/common/shellenv/default.nix @@ -45,6 +45,7 @@ in }; plugins = with pkgs.nushellPlugins; [ units + gstat ]; };