diff options
Diffstat (limited to '')
-rw-r--r-- | system/desktops/wayland.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/desktops/wayland.nix b/system/desktops/wayland.nix index 8a81fdf..e11eca8 100644 --- a/system/desktops/wayland.nix +++ b/system/desktops/wayland.nix @@ -10,12 +10,12 @@ in { config = mkIf cfg.enable { xdg.portal = { enable = true; - xdgOpenUsePortal = true; extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; - config = { - default.common = ["gtk"]; + config.common = { + default = ["gtk"]; + "org.freedesktop.impl.portal.Secret" = ["gnome-keyring"]; }; }; |