diff options
author | Freya Murphy <freya@freyacat.org> | 2025-10-02 11:48:17 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-10-02 11:48:17 -0400 |
commit | 67c7a148ff80d5d3f7684144c1fe9603052e8651 (patch) | |
tree | 8e83918e01abff83754f4b522a867bc22c404cb3 /system/desktops/wayland.nix | |
parent | neovim: remove virt column, update lspconfig configuration (diff) | |
download | dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.gz dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.bz2 dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.zip |
Diffstat (limited to 'system/desktops/wayland.nix')
-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"]; }; }; |