mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
removed settings.username
This commit is contained in:
parent
60206e95e1
commit
4f9c434347
11 changed files with 39 additions and 43 deletions
|
|
@ -2,7 +2,6 @@ _: {
|
|||
config,
|
||||
lib,
|
||||
options,
|
||||
settings,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
|
@ -13,7 +12,7 @@ in {
|
|||
services.xserver.displayManager = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = settings.username;
|
||||
user = config.localModules.DM.loginUser;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue