experiment(sway-desktop): enable xwayland and reorg overrides

This commit is contained in:
steveej 2023-10-01 11:10:28 +02:00
parent a550ff143f
commit a0153e60d5
2 changed files with 20 additions and 3 deletions

View file

@ -17,8 +17,6 @@ in {
overlays = [
(final: prev: {
# FIXME: why are these not effective in for the configuration.nix below?
xdg-desktop-portal-wlr' = repoFlake.inputs.nixpkgs-wayland.packages.${system}.xdg-desktop-portal-wlr;
xdg-desktop-portal-wlr-gtk' = repoFlake.inputs.nixpkgs-wayland.packages.${system}.xdg-desktop-portal-wlr-gtk;
})
];
};