diff options
author | azahi <azat@bahawi.net> | 2025-02-02 01:48:24 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-02-02 01:48:24 +0300 |
commit | ba11ee8c7a130cebcf0b13640563ae748cef0e5f (patch) | |
tree | 86b8b52745708a49ca23486155726e02652745d2 /modules/common | |
parent | 2025-01-24 (diff) |
2025-02-02
Diffstat (limited to 'modules/common')
-rw-r--r-- | modules/common/xdg.nix | 6 |
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; }; |