diff options
| author | schererleander <leander@schererleander.de> | 2025-08-02 12:32:37 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-08-02 12:34:47 +0200 |
| commit | a9399c457b1705e1d6c133fd91f68160fc585c9c (patch) | |
| tree | 1571ccd6e7e73c038acd813de5d81d585062e466 /hosts/desktop/configuration.nix | |
| parent | db7e8fb82766f751d809a80b9f8846750d2a1867 (diff) | |
feat: fix xdg-portal screencast
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
