diff options
Diffstat (limited to 'home/ebisu/fortune/network/tools/http/default.nix')
| -rw-r--r-- | home/ebisu/fortune/network/tools/http/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/ebisu/fortune/network/tools/http/default.nix b/home/ebisu/fortune/network/tools/http/default.nix new file mode 100644 index 0000000..b47540f --- /dev/null +++ b/home/ebisu/fortune/network/tools/http/default.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: +{ + imports = [ + ./httpie.nix + ./wget.nix + ]; + + home.packages = [ (pkgs.callPackage ../../../../../../pkgs/yaak.nix { }) ]; +} |