From 51b68737a8249bddc86416e9ed20b2a9e28c881c Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 26 Nov 2023 02:10:02 -0500 Subject: [PATCH] wayland: set xdg portal config --- home/wayland/hyprland/wayland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/wayland/hyprland/wayland.nix b/home/wayland/hyprland/wayland.nix index f0d6852..a1dc880 100644 --- a/home/wayland/hyprland/wayland.nix +++ b/home/wayland/hyprland/wayland.nix @@ -37,6 +37,9 @@ in { xdg-desktop-portal-hyprland xdg-desktop-portal-gtk ]; + config = { + common.default = "*"; + }; }; environment.sessionVariables = {