From c88940f7f15f0e92ae389dee6e0149aec44f2fbe Mon Sep 17 00:00:00 2001 From: caandt Date: Fri, 11 Oct 2024 20:22:54 -0500 Subject: [PATCH] rm startx --- system/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/configuration.nix b/system/configuration.nix index 59db681..2503d02 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -51,7 +51,6 @@ services.xserver = { enable = true; autorun = false; - displayManager.startx.enable = true; displayManager.sx.enable = true; windowManager.awesome.enable = true; desktopManager.plasma5.enable = true;