From dc7d9c710277d9a11a4395694fd9f22ecb4b0bad Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 6 Oct 2024 19:15:03 +0300 Subject: [PATCH] Wayland : Force enable xwayland. --- module/Wayland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/Wayland.nix b/module/Wayland.nix index 54920fe..a3dc57e 100644 --- a/module/Wayland.nix +++ b/module/Wayland.nix @@ -6,6 +6,8 @@ in { }; config = { + programs.xwayland.enable = true; + environment = { systemPackages = with pkgs; [ wl-clipboard # CLI clipboard support.