{
  lib,
  pkgs,
  ...
}: {
  options.local.username = lib.mkOption {
    default = "cyryl";
    type = lib.types.str;
  };
}