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 ]; };