Skip to content

Commit

Permalink
add httpie to shell utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rodent1 committed Sep 9, 2024
1 parent 0bb081b commit 39c5911
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions homes/_modules/shell/utilities/default.nix
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{ pkgs, flake-packages, ... }:
{
config = {
home.packages =
with pkgs;
with flake-packages.${pkgs.system};
[
binutils
coreutils
curl
du-dust
envsubst
findutils
fish
gawk
gnused
gum
jo
jq
openssl
shcopy
tlrc
wget
yq-go
];
home.packages = with pkgs; [
binutils
coreutils
curl
du-dust
envsubst
findutils
fish
gawk
gnused
gum
httpie
jo
jq
openssl
flake-packages.${pkgs.system}.shcopy
tlrc
wget
yq-go
];
};
}

0 comments on commit 39c5911

Please sign in to comment.