{pkgs, ...}: { home.packages = [ pkgs.curl pkgs.curlie pkgs.xh ]; home.file.curlrc = { target = ".curlrc"; text = '' netrc ''; }; }