feat: add http tools

This commit is contained in:
2026-04-23 12:42:09 +02:00
parent 7f98d54e74
commit d0ef1acb0c
+5 -1
View File
@@ -3,7 +3,11 @@
{ config, pkgs, ... }:
{
home.sessionVariables.CARGO_HOME = "${config.xdg.dataHome}/cargo";
home.packages = [ pkgs.devenv ];
home.packages = with pkgs; [
devenv
httpie
bruno
];
programs.direnv = {
enable = true;