From ae1e57b209c3d185804421760a1205456052c6d6 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 31 Mar 2024 20:15:54 +0200 Subject: [PATCH] Force disable sddm wayland too --- nixos/hosts/shodan/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index a11f1df..9fad544 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -135,6 +135,7 @@ programs.kdeconnect.enable = true; services.xserver.displayManager.defaultSession = "plasmax11"; + services.xserver.displayManager.sddm.wayland.enable = lib.mkForce false; services.xserver.displayManager.sddm.settings = { Autologin = { Session = "plasmax11.desktop";