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