summaryrefslogtreecommitdiff
path: root/tools/http
diff options
context:
space:
mode:
Diffstat (limited to 'tools/http')
-rw-r--r--tools/http/default.nix1
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 ]; }