mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/gnome-keyring: add portals
This commit is contained in:
parent
e979d5f7b9
commit
7ec546bc25
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue