aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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;