config: re-enabled default options

This commit is contained in:
Devyn Freet
2026-07-11 00:09:48 -04:00
parent 02882967c8
commit 087d0f27ec
+2 -2
View File
@@ -3,7 +3,7 @@
options.shell = { options.shell = {
name = lib.mkOption { name = lib.mkOption {
type = lib.types.str; type = lib.types.str;
#default = "nyx"; default = "nyx";
}; };
homeDirectory = lib.mkOption { homeDirectory = lib.mkOption {
type = lib.types.path; type = lib.types.path;
@@ -11,7 +11,7 @@
}; };
email = lib.mkOption { email = lib.mkOption {
type = lib.types.str; type = lib.types.str;
#default = "${config.name}@configureme.guv"; default = "${config.name}@configureme.guv";
}; };
}; };
} }