From 1caf0fa10d52229eee6d2e287cece239d5f46c37 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:48:40 -0500 Subject: [PATCH] started zsh wrapper --- modules/programs/zsh.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index caf4a4e..af44cbc 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -51,4 +51,14 @@ in }; }; + flake.wrappers.zsh = { pkgs, wlib, ... }: { + imports = [wlib.wrapperModules.zsh]; + extraPackages = with pkgs; [ + btop + coreutils + curl + wget + yazi + zsh + ]; } \ No newline at end of file