looks like .pacnew files don't generate properly unless theres like 3
packages in the pacman cache. why is pacman so confusing i swear nobody
knows how it works. well anyways this commit also removes the config
keys `paccache_keep` and `paccache_keep_ins_pkgs` as they shouldnt be
able to be changed.
fs::write(config_path,format!("{}\n\n{}","# See https://github.com/crystal-linux/docs/blob/main/Amethyst/config.mdx for more information on config keys",toml_string)).unwrap();
fs::write(config_path,format!("{}\n\n{}","# See https://getcryst.al/docs/amethyst/config for more information on config keys",toml_string)).unwrap();