diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 82d82c1..34382fb 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -152,6 +152,13 @@ services.xserver.desktopManager.plasma5.enable = true; programs.kdeconnect.enable = true; + services.xserver.displayManager.sddm.settings = { + Autologin = { + Session = "plasma.desktop"; + User = "lillian"; + }; + }; + # Enable flatpak support services.flatpak.enable = true; services.packagekit.enable = true;