aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/wayland.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-28 18:48:47 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-28 18:48:47 -0700
commit8ea1c77248cb042afa6217fdcaa5540eae348c63 (patch)
tree7e35a33e1af64a6eb18968cd33ed79144b18eb79 /hosts/common/optional/services/wayland.nix
parente1e35f927f3fd48498b536e12f89e8d9530d3269 (diff)
downloadnix-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 '')
-rw-r--r--hosts/common/optional/services/wayland.nix5
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;