From 82b1d1da111978379bcfd42cba7d701527738c88 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Tue, 27 May 2025 17:21:25 -0700 Subject: [PATCH] feat: httpie --- modules/home/profiles.nix | 1 + modules/home/programs/default.nix | 1 + .../cli/httpie/default.nix => modules/home/programs/httpie.nix | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename snowflake/modules/home/programs/cli/httpie/default.nix => modules/home/programs/httpie.nix (100%) diff --git a/modules/home/profiles.nix b/modules/home/profiles.nix index 56e3e62..b9216aa 100644 --- a/modules/home/profiles.nix +++ b/modules/home/profiles.nix @@ -19,6 +19,7 @@ in { figlet = enabled; fish = enabled; gpg = enabled; + httpie = enabled; nh = enabled; }; } diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index 94762cd..577847d 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -13,6 +13,7 @@ ./git ./glow.nix ./gpg.nix + ./httpie.nix ./nemo.nix ./nh.nix ./waybar.nix diff --git a/snowflake/modules/home/programs/cli/httpie/default.nix b/modules/home/programs/httpie.nix similarity index 100% rename from snowflake/modules/home/programs/cli/httpie/default.nix rename to modules/home/programs/httpie.nix index fea22db..0bf4c75 100644 --- a/snowflake/modules/home/programs/cli/httpie/default.nix +++ b/modules/home/programs/httpie.nix @@ -1,6 +1,6 @@ { - lib, config, + lib, pkgs, ... }: let