From 13493034e38ecdaf29f65cb29f6355ea0e89327d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 24 May 2025 11:13:31 +0200 Subject: [PATCH] Switch from httpie to xh --- instances/freya/hm.nix | 2 +- instances/heimdall/hm.nix | 2 +- modules/hm/development/web.nix | 2 +- modules/hm/security.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/instances/freya/hm.nix b/instances/freya/hm.nix index 97717ed..779b76f 100644 --- a/instances/freya/hm.nix +++ b/instances/freya/hm.nix @@ -14,7 +14,7 @@ gallery-dl procps wireguard-tools - httpie + xh ; }; }; diff --git a/instances/heimdall/hm.nix b/instances/heimdall/hm.nix index 75d23bd..c457ba8 100644 --- a/instances/heimdall/hm.nix +++ b/instances/heimdall/hm.nix @@ -14,7 +14,7 @@ gallery-dl procps wireguard-tools - httpie + xh ; }; }; diff --git a/modules/hm/development/web.nix b/modules/hm/development/web.nix index 121c8d1..02fd984 100644 --- a/modules/hm/development/web.nix +++ b/modules/hm/development/web.nix @@ -2,6 +2,6 @@ { home.packages = [ pkgs.bruno - pkgs.httpie + pkgs.xh ]; } diff --git a/modules/hm/security.nix b/modules/hm/security.nix index f875bc1..2da03c2 100644 --- a/modules/hm/security.nix +++ b/modules/hm/security.nix @@ -5,7 +5,7 @@ nmap# RECOGNITION # WEB - httpie + xh # altair # burpsuite