diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 18:48:47 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 18:48:47 -0700 |
commit | 8ea1c77248cb042afa6217fdcaa5540eae348c63 (patch) | |
tree | 7e35a33e1af64a6eb18968cd33ed79144b18eb79 /hosts/common/optional/services/wayland.nix | |
parent | e1e35f927f3fd48498b536e12f89e8d9530d3269 (diff) | |
download | nix-8ea1c77248cb042afa6217fdcaa5540eae348c63.tar nix-8ea1c77248cb042afa6217fdcaa5540eae348c63.tar.gz nix-8ea1c77248cb042afa6217fdcaa5540eae348c63.tar.bz2 nix-8ea1c77248cb042afa6217fdcaa5540eae348c63.tar.lz nix-8ea1c77248cb042afa6217fdcaa5540eae348c63.tar.xz nix-8ea1c77248cb042afa6217fdcaa5540eae348c63.tar.zst nix-8ea1c77248cb042afa6217fdcaa5540eae348c63.zip |
Switch from broken weston compositor to kwin
Diffstat (limited to 'hosts/common/optional/services/wayland.nix')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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; |