nixos/gnome-keyring: add portals

This commit is contained in:
Tor Hedin Brønner
2020-02-09 01:28:22 +01:00
committed by Jan Tojnar
parent e979d5f7b9
commit 7ec546bc25

View File

@@ -35,6 +35,8 @@ with lib;
services.dbus.packages = [ pkgs.gnome3.gnome-keyring pkgs.gcr ];
xdg.portal.extraPortals = [ pkgs.gnome3.gnome-keyring ];
security.pam.services.login.enableGnomeKeyring = true;
security.wrappers.gnome-keyring-daemon = {