system/core/users: replace hard-coded values with global vars
This commit is contained in:
parent
96425172a0
commit
5acf11adca
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue