From 14e0cede1664238a214514ffd44dde4fdd15eb75 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 30 Aug 2025 23:15:40 -0500 Subject: hosts/carrot: Remove Plasma Mobile --- hosts/carrot/default.nix | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/hosts/carrot/default.nix b/hosts/carrot/default.nix index bbe1370..3357c3c 100644 --- a/hosts/carrot/default.nix +++ b/hosts/carrot/default.nix @@ -29,25 +29,6 @@ in www.browser = true; }; - services.xserver = { - enable = true; - desktopManager.plasma5.mobile.enable = true; - displayManager.lightdm = { - enable = true; - # Workaround for autologin only working at first launch. - # A logout or session crashing will show the login screen otherwise. - extraSeatDefaults = '' - session-cleanup-script=${pkgs.procps}/bin/pkill -P1 -fx ${pkgs.lightdm}/sbin/lightdm - ''; - }; - }; - - hardware.bluetooth.enable = true; - powerManagement.enable = true; - services.libinput.enable = true; - services.displayManager.defaultSession = "plasma-mobile"; - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "simon"; # Ensures any rndis config from stage-1 is not clobbered by NetworkManager networking.networkmanager.unmanaged = [ "rndis0" "usb0" ]; -- cgit v1.2.3