Fix FileChooser in Hyprland

This commit is contained in:
2026-03-01 01:21:29 +03:00
parent d207c9e3fa
commit b6598902fb
+13
View File
@@ -202,4 +202,17 @@ in {
]; ];
}; };
}; };
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
config.common = {
default = [ "hyprland" "gtk" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
};
};
} }