fix: remove custom sway portal config, let NixOS sway module handle it
All checks were successful
CI / check (pull_request) Successful in 2m45s
CI / build-and-cache (pull_request) Has been skipped
CI / check (push) Successful in 2m42s
CI / build-and-cache (push) Successful in 1m37s

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:
Ash
2026-03-16 07:45:05 -07:00
parent 23cde06c35
commit 091c570249

View File

@@ -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";
};
};
};
};