feat: move from extraPortals -> configPortals for xdg

This commit is contained in:
Ahwx 2026-04-30 01:55:02 +02:00
parent 52a61598c5
commit 51c5cb6847

View file

@ -10,12 +10,12 @@
};
xdg.portal = {
configPackages = [ pkgs.xdg-desktop-portal-gtk ];
enable = true;
wlr.enable = true;
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
# extraPortals = [
# pkgs.xdg-desktop-portal-hyprland
# ];
};
}