Skip to content

Commit cefa37d

Browse files
committed
fix(sway): update XWayland support configuration
Changed the XWayland support setting in `sway.nix` from a wrapper feature to a dedicated option, enhancing clarity and maintainability of the configuration. This adjustment ensures proper integration of XWayland within the Sway setup.
1 parent 2e10a34 commit cefa37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/common/desktop/sway.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
programs.sway = {
77
enable = true;
88
wrapperFeatures.gtk = true;
9-
wrapperFeatures.xwayland = true; # Enable XWayland support
9+
xwayland.enable = true;
1010
extraPackages = with pkgs; [
1111
swaylock
1212
swayidle

0 commit comments

Comments
 (0)