system/core/users: replace hard-coded values with global vars

This commit is contained in:
Anthony Rodriguez 2024-12-18 09:24:51 +01:00
parent 96425172a0
commit 5acf11adca
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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"