fix: mkForce sway portal default to resolve conflict with sway module
All checks were successful
CI / check (pull_request) Successful in 2m52s
CI / build-and-cache (pull_request) Has been skipped

This commit is contained in:
Ash
2026-03-16 07:42:24 -07:00
parent 579c5b135e
commit 23cde06c35

View File

@@ -33,7 +33,7 @@ in
default = ["kde" "gtk"];
};
sway = {
default = ["wlr" "gtk"];
default = lib.mkForce ["wlr" "gtk"];
"org.freedesktop.impl.portal.ScreenCast" = "wlr";
"org.freedesktop.impl.portal.Screenshot" = "wlr";
};