{ lib, ... }: { options.username = lib.mkOption { type = lib.types.singleLineStr; readOnly = true; default = "thomasgl"; }; }