From 9e00787500d2a867a6526de30cc0f908c1e48b39 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Fri, 29 Dec 2023 11:37:35 +0100
Subject: fix(sys/svcs/xdg/portal): Actually enable termfilechooser and wlr

---
 sys/svcs/xdg/default.nix | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'sys/svcs')

diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix
index e2392213..004e3b4c 100644
--- a/sys/svcs/xdg/default.nix
+++ b/sys/svcs/xdg/default.nix
@@ -8,7 +8,7 @@
     portal = {
       enable = true;
       termfilechooser = {
-        enable = false;
+        enable = true;
         settings = {
           filechooser = {
             cmd = "${sysLib.writeShellScriptWithLibraryAndKeepPath {
@@ -21,6 +21,9 @@
           };
         };
       };
+      wlr = {
+        enable = true;
+      };
       config = {
         common = {
           # NOTE: The next entry is supposedly needed for gtk based apps <2023-08-31>
-- 
cgit 1.4.1