one flake containing all of my nixos configs
{
  config,
  pkgs,
  ...
}: {
  home.packages = with pkgs; [cargo];
}