mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:36:53 +01:00
Enable DisplayManager on inugami
This commit is contained in:
parent
983a27053d
commit
68543c517a
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
package = pkgs.kodi-wayland.withPackages (p: with p; [ trakt netflix youtube vfs-sftp ]);
|
||||
};
|
||||
|
||||
displayManager.lightdm.enable = true;
|
||||
displayManager.lightdm.autoLogin.timeout = 3;
|
||||
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "kodi";
|
||||
|
|
Loading…
Reference in a new issue