feat: add gstat nushell plugin

This commit is contained in:
Youwen Wu 2025-02-11 13:39:43 -08:00
parent aafdc32143
commit cb45f07023
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -45,6 +45,7 @@ in
};
plugins = with pkgs.nushellPlugins; [
units
gstat
];
};