sway: Use xwayland from unstable
20.09’s xwayland crashes (presumably because of sway 1.6).
This commit is contained in:
parent
c3a3d8a12a
commit
9bbc4a2f7a
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue