We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed79b0 commit f2acbffCopy full SHA for f2acbff
1 file changed
modules/programs/sway/default.nix
@@ -24,15 +24,15 @@ let
24
}
25
);
26
27
- wlroots_0_19 = pkgs.wlroots_0_19.override {
+ wlroots_0_20 = pkgs.wlroots_0_20.override {
28
inherit libinput;
29
30
# xwayland appears to cause issues with mdevd - and not required in this context, so no harm in removing
31
enableXWayland = !config.services.mdevd.enable;
32
};
33
34
sway-unwrapped = pkgs.sway-unwrapped.override {
35
- inherit libinput wlroots_0_19;
+ inherit libinput wlroots_0_20;
36
37
# since we're recompiling go ahead and disable systemd
38
systemdSupport = !config.services.mdevd.enable;
0 commit comments