diff --git a/system/core/users.nix b/system/core/users.nix index 33e12ca..8f9f138 100644 --- a/system/core/users.nix +++ b/system/core/users.nix @@ -1,7 +1,7 @@ -{ - users.users.nezia = { +{config, ...}: { + users.users.${config.local.systemVars.username} = { isNormalUser = true; - description = "Anthony Rodriguez"; + description = config.local.homeVars.fullName or "User"; extraGroups = [ "networkmanager" "audio"