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; };