From aed252651f2a794e93fbe96c4cd00a050b0c5ca0 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 21 Feb 2024 14:41:15 -0500 Subject: [PATCH] fix(portals): update config to latest breaking changes --- modules/hyprland/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 22caedb1..a2011f53 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -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 ];