diff --git a/hosts/raspberry-pi5/raspberry-pi5.nix b/hosts/raspberry-pi5/raspberry-pi5.nix index 8ff57b5..9154609 100644 --- a/hosts/raspberry-pi5/raspberry-pi5.nix +++ b/hosts/raspberry-pi5/raspberry-pi5.nix @@ -46,13 +46,11 @@ in { ]); services.displayManager = { - defaultSession = "kodi"; autoLogin = { - enable = false; + enable = true; user = "chaos"; }; }; - services.desktopManager.plasma6.enable = true; home-manager.users.root.imports = with tree.profiles.home-manager; [dev.all]; home-manager.users.chaos.imports = with tree.profiles.home-manager; [dev.all];