Enable autologin for zoidberg
This commit is contained in:
parent
6739115cfb
commit
c0c1ec5c67
@ -83,15 +83,17 @@
|
||||
};
|
||||
|
||||
# Auto login into Plasma in john zoidberg account
|
||||
# services.xserver.displayManager.sddm.settings = {
|
||||
# Autologin = {
|
||||
# Session = "plasma";
|
||||
# User = "john";
|
||||
# };
|
||||
# };
|
||||
services.xserver.displayManager.sddm.settings = {
|
||||
Autologin = {
|
||||
Session = "plasma";
|
||||
User = "john";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jellyfin-media-player
|
||||
config.services.xserver.desktopManager.kodi.package
|
||||
spotify
|
||||
retroarchFull
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user