From 10514ecd6541e4bcb70d1e6b0aaac20fdfe1f668 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 25 Aug 2025 20:20:43 -0600 Subject: [PATCH] remove old xserver config --- sys/modules/graphics.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/modules/graphics.nix b/sys/modules/graphics.nix index 162e21b..706c2d3 100644 --- a/sys/modules/graphics.nix +++ b/sys/modules/graphics.nix @@ -12,11 +12,6 @@ in { }; config = mkIf cfg.enable { services = { - xserver = { - enable = true; - xkb.layout = "us"; - displayManager.startx.enable = true; - }; libinput.enable = true; };