This commit is contained in:
DashieTM 2025-05-10 13:29:37 +02:00
parent 1cb30eadca
commit cee415973f
13 changed files with 1747 additions and 1678 deletions

View file

@ -6,13 +6,13 @@
}: {
options.mods.git = {
username = lib.mkOption {
default = "DashieTM";
default = "";
example = "globi";
type = lib.types.str;
description = "Git user name";
};
email = lib.mkOption {
default = "fabio.lenherr@gmail.com";
default = "";
example = "globi@globus.glob";
type = lib.types.str;
description = "Git email";