{ pkgs, ... }: { home.packages = [ pkgs.wget ]; xdg.configFile."wget/wgetrc".text = '' hsts-file=~/.cache/wget-hsts ''; }