about summary refs log tree commit diff
path: root/modules/common
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2025-02-02 01:48:24 +0300
committerazahi <azat@bahawi.net>2025-02-02 01:48:24 +0300
commitba11ee8c7a130cebcf0b13640563ae748cef0e5f (patch)
tree86b8b52745708a49ca23486155726e02652745d2 /modules/common
parent2025-01-24 (diff)
2025-02-02
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/xdg.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/common/xdg.nix b/modules/common/xdg.nix
index df7d624..e91d2c5 100644
--- a/modules/common/xdg.nix
+++ b/modules/common/xdg.nix
@@ -84,7 +84,11 @@ in
 
   config = {
     xdg = {
-      portal.enable = this.isHeadful;
+      portal = {
+        enable = this.isHeadful;
+        xdgOpenUsePortal = this.isHeadful;
+      };
+
       sounds.enable = this.isHeadful;
     };
 

Consider giving Nix/NixOS a try! <3