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

4 lines
54 B
Nix

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