Skip to content

Commit 40e7344

Browse files
teutat3sJohnRTitor
authored andcommitted
nixos/sway: restore list type of xdg.portal.config.sway.default
This fixes a regression introduced in #348792, where the option type was changed from list to string. This commit reverts the type back to list. Fixes #352188 Closes #352193
1 parent 02d54a8 commit 40e7344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/programs/wayland/sway.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ in
159159
# https://github.com/emersion/xdg-desktop-portal-wlr/pull/315
160160
xdg.portal.config.sway = {
161161
# Use xdg-desktop-portal-gtk for every portal interface...
162-
default = "gtk";
162+
default = [ "gtk" ];
163163
# ... except for the ScreenCast, Screenshot and Secret
164164
"org.freedesktop.impl.portal.ScreenCast" = "wlr";
165165
"org.freedesktop.impl.portal.Screenshot" = "wlr";

0 commit comments

Comments
 (0)