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