summaryrefslogtreecommitdiff
path: root/system/desktops/wayland.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-02 11:48:17 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-02 11:48:17 -0400
commit67c7a148ff80d5d3f7684144c1fe9603052e8651 (patch)
tree8e83918e01abff83754f4b522a867bc22c404cb3 /system/desktops/wayland.nix
parentneovim: remove virt column, update lspconfig configuration (diff)
downloaddotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.gz
dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.bz2
dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.zip
xdg: fix portal configurationHEADmain
Diffstat (limited to 'system/desktops/wayland.nix')
-rw-r--r--system/desktops/wayland.nix6
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"];
};
};