fix: mkForce sway portal default to resolve conflict with sway module
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user