fix(portals): update config to latest breaking changes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-21 14:41:15 -05:00
parent 2892344f9b
commit aed252651f

View file

@ -25,7 +25,13 @@ in {
xdg.portal = {
enable = true;
wlr.enable = true;
xdgOpenUsePortal = true;
config = {
common.default = ["gtk"];
hyprland.default = ["gtk" "hyprland"];
};
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];