This commit is contained in:
John Lancaster
2026-03-14 14:09:37 -05:00
parent cfc7f9d138
commit fee012cee3

View File

@@ -18,9 +18,8 @@
]; ];
config = { config = {
programs.zsh.enable = lib.mkForce (config.shell.program == "zsh");
home.shell.enableShellIntegration = true; home.shell.enableShellIntegration = true;
programs.zsh.enable = lib.mkForce (config.shell.program == "zsh");
home.packages = with pkgs; [ home.packages = with pkgs; [
wget wget
curl curl
@@ -31,6 +30,7 @@
btop btop
uv uv
xclip xclip
jq
]; ];
}; };
}; };