mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
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:
parent
f51e8f8cf7
commit
e030aa9687
@ -82,6 +82,10 @@ in
|
||||
enable = true;
|
||||
group = "users";
|
||||
user = username;
|
||||
|
||||
phocConfig = {
|
||||
xwayland = "immediate";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user