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.