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 = {
name = lib.mkOption {
type = lib.types.str;
#default = "nyx";
default = "nyx";
};
homeDirectory = lib.mkOption {
type = lib.types.path;
@@ -11,7 +11,7 @@
};
email = lib.mkOption {
type = lib.types.str;
#default = "${config.name}@configureme.guv";
default = "${config.name}@configureme.guv";
};
};
}