diff options
Diffstat (limited to 'hosts/carrot')
-rw-r--r-- | hosts/carrot/default.nix | 19 |
1 files changed, 0 insertions, 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" ]; |