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;
};
userInfo = {
user = {
name = username;
} // user;
};

View file

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