From 717978ed82b94dadc66a58b1322e1ea8459a86c8 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 21:24:50 +0100 Subject: [PATCH] change portals config --- modules/core/wayland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/wayland.nix b/modules/core/wayland.nix index 6aeb50c..6e158fd 100644 --- a/modules/core/wayland.nix +++ b/modules/core/wayland.nix @@ -4,10 +4,10 @@ xdg.portal = { enable = true; wlr.enable = true; - # xdgOpenUsePortal = true; + xdgOpenUsePortal = true; extraPortals = [ pkgs.xdg-desktop-portal-hyprland - # pkgs.xdg-desktop-portal-gtk + pkgs.xdg-desktop-portal-gtk ]; }; }