From bc34ade7d67b96a7fbc1bd628404725f8f57e0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 9 May 2020 15:35:43 +0100 Subject: [PATCH] add xdg portals --- nixos/i3/system.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/i3/system.nix b/nixos/i3/system.nix index 242e2c7d..f71e608b 100644 --- a/nixos/i3/system.nix +++ b/nixos/i3/system.nix @@ -1,6 +1,10 @@ { config, pkgs, ... }: { programs.dconf.enable = true; + xdg.portal.enable = true; + xdg.portal.gtkUsePortal = true; + xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-kde ]; + services = { physlock = { enable = true;