sway: Use xwayland from unstable

20.09’s xwayland crashes (presumably because of sway 1.6).
This commit is contained in:
Simon Bruder 2021-05-04 21:53:15 +02:00
parent c3a3d8a12a
commit 9bbc4a2f7a
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -31,6 +31,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
# TODO: remove with 21.05
package = pkgs.unstable.sway;
xwayland = false;
config = {
modifier = "Mod4";
@ -281,6 +282,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
brightnessctl # control screen brightness
sway-contrib.grimshot # screenshots
wdisplays # graphical output manager
pkgs.unstable.xwayland # TODO: remove with 21.05
];
xdg.configFile."swaynag/config".text =