Enable autologin for zoidberg

This commit is contained in:
Zuckerberg 2023-11-08 21:34:13 -07:00
parent 6739115cfb
commit c0c1ec5c67

View File

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