removed default name

This commit is contained in:
John Lancaster
2025-06-30 14:45:50 -05:00
parent a7a8fe1151
commit e6b5aa359a

View File

@@ -22,7 +22,7 @@
options.user = lib.mkOption {
type = lib.types.str;
description = "The username for the Home Manager configuration.";
default = "john";
# default = "john";
};
};