phosh: Enable xwayland support

This fixes an issue where some applications would fail to open entirely
at the cost of lower quality graphics.
This commit is contained in:
Donovan Glover 2024-06-21 18:47:10 -04:00
parent f51e8f8cf7
commit e030aa9687
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -82,6 +82,10 @@ in
enable = true;
group = "users";
user = username;
phocConfig = {
xwayland = "immediate";
};
};
};