Wayland : Force enable xwayland.

This commit is contained in:
Dmitry Voronin 2024-10-06 19:15:03 +03:00
parent 75a960906f
commit dc7d9c7102
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,6 +6,8 @@ in {
};
config = {
programs.xwayland.enable = true;
environment = {
systemPackages = with pkgs; [
wl-clipboard # CLI clipboard support.