From e08e3652ae117fb962310d292784bf62390e6747 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 12 Dec 2023 15:16:05 +0300 Subject: [PATCH] Add xdg portal config --- modules/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index d60c5be..2e021b7 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -4,6 +4,8 @@ hardware.opengl = enabled {}; xdg.portal = enabled { + config.common.default = "*"; + extraPortals = with pkgs; [ xdg-desktop-portal-hyprland ];