Rename userInfo variable to user

This commit is contained in:
Manuel Thalmann 2024-05-11 20:30:29 +02:00
parent 979269b42b
commit c7d6755cb7
2 changed files with 2 additions and 2 deletions

View file

@ -137,7 +137,7 @@
config = machineConfig; config = machineConfig;
}; };
userInfo = { user = {
name = username; name = username;
} // user; } // user;
}; };

View file

@ -44,7 +44,7 @@
if (configPath != null) if (configPath != null)
then { then {
${username} = { pkgs, ... }@args: import configPath ({ ${username} = { pkgs, ... }@args: import configPath ({
userInfo = { user = {
name = username; name = username;
} // user; } // user;
} // args); } // args);