[shared] Updated Zed config, changed user config to just username

This commit is contained in:
2025-04-18 19:49:14 +02:00
parent 31c25681c5
commit e97dd6f5ce
6 changed files with 13 additions and 16 deletions

View File

@ -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;
};
}
{