moved over other user options for nixosModule

This commit is contained in:
John Lancaster
2025-07-03 22:08:06 -05:00
parent db54cd95d9
commit 9f873a95c0

View File

@@ -81,7 +81,14 @@
extraSpecialArgs = { inherit inputs; };
users = {
${config.user} = {
isNormalUser = true;
description = "John Lancaster";
imports = mkhomeManagerModules config;
extraGroups = [
"networkmanager"
"wheel"
"docker"
];
};
} // lib.optionalAttrs config.root {
root = {