modules/wayland: fix xdg portals

This commit is contained in:
Bloxx12 2025-07-08 16:19:56 +02:00
commit a337eabba2
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 38 additions and 17 deletions

View file

@ -52,21 +52,5 @@ in {
inherit (pkgs) xwayland-satellite avizo;
inherit new-swww;
};
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-gnome
];
config = {
common.default = ["*"];
hyprland.default = ["gtk"];
};
configPackages = [
pkgs.niri
];
};
};
}