fix: remove custom sway portal config, let NixOS sway module handle it
Only wlr.enable is needed — the sway module already sets xdg.portal.config.sway.default and adding our own conflicts.
This commit was merged in pull request #46.
This commit is contained in:
@@ -32,11 +32,6 @@ in
|
||||
i3 = {
|
||||
default = ["kde" "gtk"];
|
||||
};
|
||||
sway = {
|
||||
default = lib.mkForce ["wlr" "gtk"];
|
||||
"org.freedesktop.impl.portal.ScreenCast" = "wlr";
|
||||
"org.freedesktop.impl.portal.Screenshot" = "wlr";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user