From 8ea1c77248cb042afa6217fdcaa5540eae348c63 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 28 Jun 2025 18:48:47 -0700 Subject: Switch from broken weston compositor to kwin --- hosts/common/optional/services/wayland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 0f79412..a54a76e 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -112,7 +112,10 @@ displayManager.sddm = { enable = true; - wayland.enable = true; + wayland = { + compositor = "kwin"; + enable = true; + }; }; libinput.enable = true; -- cgit v1.2.3