✨ [shared] Updated Zed config, changed user config to just username
This commit is contained in:
@ -95,10 +95,7 @@
|
||||
];
|
||||
|
||||
defaultAttrs = {
|
||||
user = {
|
||||
name = common.username;
|
||||
password = "temp"; # TODO
|
||||
};
|
||||
username = common.username;
|
||||
version = common.system.version;
|
||||
wayland.enable = true;
|
||||
nvidia.enable = false;
|
||||
@ -120,7 +117,7 @@
|
||||
{
|
||||
hostName,
|
||||
system,
|
||||
user,
|
||||
username,
|
||||
...
|
||||
}@systemConfig:
|
||||
|
||||
@ -157,7 +154,7 @@
|
||||
systemConfig
|
||||
;
|
||||
};
|
||||
users.${user.name} = import ./hosts/${hostName}/home-manager;
|
||||
users.${username} = import ./hosts/${hostName}/home-manager;
|
||||
};
|
||||
}
|
||||
{
|
||||
|
Reference in New Issue
Block a user