added jq
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user