From 0bf2069b2c655786b3b38faae8116d039d0f1da7 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:33:59 -0600 Subject: [PATCH] fix --- modules/home-manager/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 2f39bb3..5ad976e 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -1,5 +1,5 @@ { - flake.homeModules.zsh = { pkgs, ... }: + flake.homeModules.zsh = { pkgs, config, ... }: { programs.zsh = { enable = true;