{ lib, ... }: {
  home.file = lib.mkMerge (map (x: {
    "${x}" = {
      text = ''
        nyaa!~
      '';
    };
  }) [ "girl" "boy" "enby" ]);
}