From b6270e07fda891237eb43d810b2ec43fff047280 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 23 Jul 2023 12:33:20 +0300 Subject: [PATCH] adding wlr desktop portal --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index a93be01..aaf219e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -32,11 +32,13 @@ security = { polkit.enable = true; + rtkit.enable = true; }; xdg = { portal = { enable = true; + extraPortals = with pkgs;[ xdg-desktop-portal-wlr ]; }; };