aboutsummaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-08-02 12:32:37 +0200
committerschererleander <leander@schererleander.de>2025-08-02 12:34:47 +0200
commita9399c457b1705e1d6c133fd91f68160fc585c9c (patch)
tree1571ccd6e7e73c038acd813de5d81d585062e466 /hosts/desktop/configuration.nix
parentdb7e8fb82766f751d809a80b9f8846750d2a1867 (diff)
feat: fix xdg-portal screencast
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix5
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;