nixos-config/hosts/common/services/gnome-keyring.nix
2026-08-08 13:33:07 +02:00

6 lines
174 B
Nix

{ ... }:
{
services.gnome.gnome-keyring.enable = true;
security.pam.services.login.enableGnomeKeyring = true;
security.pam.services.greetd.enableGnomeKeyring = true;
}