shell: Replace wget / httpie with xh

The year is 2024 and httpie is no longer in fashion. httpie was broken
on NixOS anyway due to certificate verification errors, and wget is
unnecessary overall since scripts that depend on it have their own $PATH
with it available.

See: https://github.com/NixOS/nixpkgs/issues/94666
This commit is contained in:
Donovan Glover 2024-08-13 16:47:34 -04:00
parent b995d2885f
commit 5f424194e1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -22,12 +22,12 @@ in
systemPackages = mkMerge [
(attrValues {
inherit (pkgs)
wget
jq
eza
fd
fzf
ripgrep
xh
file
timg
choose
@ -36,7 +36,6 @@ in
;
inherit (pkgs)
treefmt
httpie
yt-dlp
sox
asak