From a9399c457b1705e1d6c133fd91f68160fc585c9c Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 2 Aug 2025 12:32:37 +0200 Subject: feat: fix xdg-portal screencast --- hosts/desktop/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 587cc3d..5d5cb37 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -60,6 +60,11 @@ gnome.gnome-keyring.enable = true; }; + xdg.portal = { + enable = true; + wlr.enable = true; + }; + security.polkit.enable = true; programs.dconf.enable = true; -- cgit v1.3.1