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