diff options
Diffstat (limited to 'hosts')
| -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; |
