nix-dotfiles/modules/hm/development/web.nix

4 lines
55 B
Nix

{ pkgs, ... }: {
home.packages = [ pkgs.httpie ];
}