about summary refs log tree commit diff stats
path: root/sys/svcs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svcs')
-rw-r--r--sys/svcs/xdg/default.nix5
1 files changed, 4 insertions, 1 deletions
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>