diff options
Diffstat (limited to 'tools/http/default.nix')
| -rw-r--r-- | tools/http/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/http/default.nix b/tools/http/default.nix new file mode 100644 index 0000000..96c247c --- /dev/null +++ b/tools/http/default.nix @@ -0,0 +1 @@ +{ pkgs, ... }: { home.packages = with pkgs; [ httpie httpie-desktop ]; } |