wayland: fix xdg portal

This commit is contained in:
Felix Bargfeldt 2025-02-28 16:17:57 +01:00
parent 5e640e6712
commit f09e380f5a
Signed by: Defelo
GPG key ID: 2A05272471204DD3

View file

@ -13,7 +13,10 @@
services.dbus.packages = [ pkgs.gcr ];
xdg.portal = {
enable = true;
config.common.default = "gtk";
config.common = {
default = "gtk";
"org.freedesktop.impl.portal.ScreenCast" = "gnome";
};
};
hardware.graphics.enable = true;