feat: httpie
This commit is contained in:
parent
e9d85deaa6
commit
82b1d1da11
3 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ in {
|
|||
figlet = enabled;
|
||||
fish = enabled;
|
||||
gpg = enabled;
|
||||
httpie = enabled;
|
||||
nh = enabled;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
./git
|
||||
./glow.nix
|
||||
./gpg.nix
|
||||
./httpie.nix
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
Loading…
Reference in a new issue