From 9f73fffecc405e9425acbdce982707f605545427 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 25 May 2026 21:39:36 -0500 Subject: Enable xdg-desktop-portal with gtk backend --- modules/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 56cc186..b42b2b3 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -87,6 +87,12 @@ vimAlias = true; }; + xdg.portal = { + enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + config.common.default = "gtk"; + }; + virtualisation.docker.enable = true; programs.nix-index.enable = false; -- cgit v1.2.3