diff options
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; |