From c6107947072a88096023f8c3fc628c9bd4f36541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 5 Jun 2025 15:12:42 +0200 Subject: [PATCH] Fix services.xserver options for gunter --- hosts/gunter/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 26bd5fd..58013f5 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -97,12 +97,10 @@ # }; # }) # ]; + services.displayManager.gdm.wayland = true; + services.xserver.enable = true; services.xserver.videoDrivers = [ "nvidia" ]; - services.displayManager.gdm.wayland = true; - services.displayManager.lightdm.enable = false; - services.displayManager.startx.enable = true; - services.windowManager.i3.enable = true; programs.hyprland = { enable = true; xwayland.enable = true;