update homemanager settings
This commit is contained in:
parent
3cf6119405
commit
31759e85cd
|
@ -22,7 +22,7 @@
|
||||||
in {
|
in {
|
||||||
options.wyrdgard.user = {
|
options.wyrdgard.user = {
|
||||||
enable = mkOpt types.bool true "Whether to configure the user account.";
|
enable = mkOpt types.bool true "Whether to configure the user account.";
|
||||||
name = mkOpt (types.nullOr types.str) "cholli" "The user account.";
|
name = mkOpt (types.nullOr types.str) (config.snowfallorg.user.name or "cholli") "The user account.";
|
||||||
|
|
||||||
fullName = mkOpt types.str "Christoph Hollizeck" "The full name of the user.";
|
fullName = mkOpt types.str "Christoph Hollizeck" "The full name of the user.";
|
||||||
email = mkOpt types.str "christoph.hollizeck@hey.com" "The email of the user.";
|
email = mkOpt types.str "christoph.hollizeck@hey.com" "The email of the user.";
|
||||||
|
|
Loading…
Reference in a new issue