From aafdc32143f6e6ba67e4ad3a85b777e02ae365c6 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 11 Feb 2025 13:38:11 -0800 Subject: [PATCH] feat: add units nushell plugin --- hm/modules/common/shellenv/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hm/modules/common/shellenv/default.nix b/hm/modules/common/shellenv/default.nix index 6a558ba..2343c96 100644 --- a/hm/modules/common/shellenv/default.nix +++ b/hm/modules/common/shellenv/default.nix @@ -43,6 +43,9 @@ in vi_normal = "block"; }; }; + plugins = with pkgs.nushellPlugins; [ + units + ]; }; programs.fzf = {