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