{pkgs, ...}: { home.packages = with pkgs; [ wget ]; xdg.configFile."wgetrc" = { enable = true; source = ./wgetrc; target = "wgetrc"; }; }