feat: add units nushell plugin

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

View file

@ -43,6 +43,9 @@ in
vi_normal = "block";
};
};
plugins = with pkgs.nushellPlugins; [
units
];
};
programs.fzf = {