From fa443287ef2f727920d54e62d53d457b476ae4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 14 Aug 2022 11:07:06 +0100 Subject: [PATCH] Add gtk portal ounder i3, to allow programs to show file dialogs properly --- nixos/i3/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/i3/default.nix b/nixos/i3/default.nix index ec5fb159..cebf5e2a 100644 --- a/nixos/i3/default.nix +++ b/nixos/i3/default.nix @@ -20,6 +20,12 @@ } ]; + xdg.portal = { + enable = true; + gtkUsePortal = true; + extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; + }; + services = { physlock = { enable = true;