diff --git a/modules/core/wayland.nix b/modules/core/wayland.nix index ec8d0be..cb41c44 100644 --- a/modules/core/wayland.nix +++ b/modules/core/wayland.nix @@ -9,13 +9,15 @@ }; }; + services.gnome.gnome-keyring.enable = true; + xdg.portal = { configPackages = [ pkgs.xdg-desktop-portal-gtk ]; enable = true; wlr.enable = true; xdgOpenUsePortal = true; - # extraPortals = [ - # pkgs.xdg-desktop-portal-hyprland - # ]; + extraPortals = [ + pkgs.xdg-desktop-portal-hyprland + ]; }; }