forked from mirrors/nixpkgs
nixos/gnome-keyring: add portals
This commit is contained in:
parent
e979d5f7b9
commit
7ec546bc25
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue