Rename userInfo
variable to user
This commit is contained in:
parent
979269b42b
commit
c7d6755cb7
|
@ -137,7 +137,7 @@
|
||||||
config = machineConfig;
|
config = machineConfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
userInfo = {
|
user = {
|
||||||
name = username;
|
name = username;
|
||||||
} // user;
|
} // user;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue