feat: add http tools
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user