global(nix): up the download buffer size

Changed files
+1
global
programs
+1
global/programs/nix/config.nix
···
connect-timeout = 30;
max-jobs = "auto";
auto-optimise-store = true;
+
download-buffer-size = 268435456; # 256 MiB
};
nix.gc = {