From d9b081085fe61347744b4f192af92b81630b2a56 Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 13 Sep 2024 16:03:31 +0100 Subject: [PATCH] remove plasma --- hosts/raspberry-pi5/raspberry-pi5.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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];