feat: httpie

This commit is contained in:
punkfairie 2025-05-27 17:21:25 -07:00
parent e9d85deaa6
commit 82b1d1da11
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@ in {
figlet = enabled;
fish = enabled;
gpg = enabled;
httpie = enabled;
nh = enabled;
};
}

View file

@ -13,6 +13,7 @@
./git
./glow.nix
./gpg.nix
./httpie.nix
./nemo.nix
./nh.nix
./waybar.nix

View file

@ -1,6 +1,6 @@
{
lib,
config,
lib,
pkgs,
...
}: let