Rename userInfo
variable to user
This commit is contained in:
parent
979269b42b
commit
c7d6755cb7
|
@ -137,7 +137,7 @@
|
|||
config = machineConfig;
|
||||
};
|
||||
|
||||
userInfo = {
|
||||
user = {
|
||||
name = username;
|
||||
} // user;
|
||||
};
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
if (configPath != null)
|
||||
then {
|
||||
${username} = { pkgs, ... }@args: import configPath ({
|
||||
userInfo = {
|
||||
user = {
|
||||
name = username;
|
||||
} // user;
|
||||
} // args);
|
||||
|
|
Loading…
Reference in a new issue