3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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 = {