summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-25 21:39:36 -0500
committerChristian <[email protected]>2026-05-25 21:39:36 -0500
commit9f73fffecc405e9425acbdce982707f605545427 (patch)
treea2f0ef3501c3931b26583a4747d02ed46c154c24 /modules/common.nix
parentf4cf46dfcf9e724c8350fb9634ea546da89299b4 (diff)
Enable xdg-desktop-portal with gtk backend
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix6
1 files changed, 6 insertions, 0 deletions
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;