{ pkgs, ... }: { imports = [ ./httpie.nix ./wget.nix ]; home.packages = [ (pkgs.callPackage ../../../../../../pkgs/yaak.nix { }) ]; }