update homemanager settings

This commit is contained in:
christoph.hollizeck 2024-03-26 22:37:57 +01:00 committed by Christoph Hollizeck
parent 486836fae6
commit 0a9908c9e0
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -22,7 +22,7 @@
in {
options.wyrdgard.user = {
enable = mkOpt types.bool true "Whether to configure the user account.";
name = mkOpt (types.nullOr types.str) (config.wyrdgard.user.name or "cholli") "The user account.";
name = mkOpt (types.nullOr types.str) "cholli" "The user account.";
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.";