From ba11ee8c7a130cebcf0b13640563ae748cef0e5f Mon Sep 17 00:00:00 2001 From: azahi Date: Sun, 2 Feb 2025 01:48:24 +0300 Subject: 2025-02-02 --- modules/common/xdg.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/common') 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; }; -- cgit 1.4.1