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 ]; }; };