mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 23:28:40 +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;
|
enable = true;
|
||||||
group = "users";
|
group = "users";
|
||||||
user = username;
|
user = username;
|
||||||
|
|
||||||
|
phocConfig = {
|
||||||
|
xwayland = "immediate";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user