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 @@
|
||||||
{
|
{config, ...}: {
|
||||||
users.users.nezia = {
|
users.users.${config.local.systemVars.username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Anthony Rodriguez";
|
description = config.local.homeVars.fullName or "User";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"audio"
|
"audio"
|
||||||
|
|
Loading…
Reference in a new issue