From 2fbb2e2f23625c01ddb3796c3d4443306f56c53b Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 5 Mar 2024 20:33:53 -0500 Subject: [PATCH] fix(xdg): fix xdg-open --- modules/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 4de9cce..5c992a9 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -23,7 +23,8 @@ in { xdg.portal = { enable = true; - xdgOpenUsePortal = true; + # FIXME: should I be using this? + # xdgOpenUsePortal = true; config = { common.default = ["gtk"];