chore(sway): xdg portal is now configured with home-manager

This commit is contained in:
Yorick Barbanneau 2025-08-24 15:37:21 +02:00
parent e93c365d1b
commit 40da37234a
Signed by: ephase
GPG key ID: 246042E52B41FFCF
2 changed files with 14 additions and 15 deletions

View file

@ -16,20 +16,5 @@ in
alsa.support32Bit = true;
pulse.enable = true;
};
xdg.portal = {
enable = true;
wlr.enable = true;
# gtk portal needed to make gtk apps happy
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
config = {
common = {
default = [
"gtk"
];
"org.freedesktop.impl.portal.ScreenCast" = "wlr";
"org.freedesktop.impl.portal.Screenshot" = "wlr";
};
};
};
};
}