mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-12-13 12:09:42 +01:00
bweh
This commit is contained in:
parent
268cf2ce9b
commit
3cb7360f5e
7 changed files with 73 additions and 51 deletions
|
|
@ -18,18 +18,16 @@ with lib;
|
|||
};
|
||||
config.services = {
|
||||
displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
banner = "Meow :3";
|
||||
autoLogin.delay = cfg.autoLogin.delay;
|
||||
};
|
||||
autoLogin = {
|
||||
enable = cfg.autoLogin.enable;
|
||||
user = "jade";
|
||||
};
|
||||
defaultSession = "niri";
|
||||
};
|
||||
xserver.displayManager.gdm = {
|
||||
enable = true;
|
||||
banner = "Meow :3";
|
||||
autoLogin = {
|
||||
delay = cfg.autoLogin.delay;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue