fix?: created config.email option to use for git

This commit is contained in:
Devyn Freet
2026-07-10 23:39:19 -04:00
parent fc103684f0
commit 27fc4a3619
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -9,5 +9,9 @@
type = lib.types.path;
default = "/home/${config.name}";
};
email = lib.mkOption {
type = lib.types.str;
default = "${config.name}@configureme.guv";
};
};
}