From e8d00ba349ea0e8470bfd8e5c3773c8ef031efb9 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 21 Oct 2024 19:28:09 +0200 Subject: [PATCH] xdg.portal: choose portal --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 00e3087..98de40a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -135,7 +135,10 @@ in ]; services.gvfs.enable = true; services.logind.lidSwitch = "ignore"; - xdg.portal.enable = true; + xdg.portal = { + enable = true; + extraPortals = [ "xdg-desktop-portal" ]; + }; # Configure keymap in X11 services.xserver.xkb.layout = "de";