started zsh wrapper

This commit is contained in:
John Lancaster
2026-04-10 08:48:40 -05:00
parent 5cb1c88e51
commit 1caf0fa10d
+10
View File
@@ -51,4 +51,14 @@ in
}; };
}; };
flake.wrappers.zsh = { pkgs, wlib, ... }: {
imports = [wlib.wrapperModules.zsh];
extraPackages = with pkgs; [
btop
coreutils
curl
wget
yazi
zsh
];
} }