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