nixos-config/nixos/profiles/services/gnome-keyring/default.nix

5 lines
59 B
Nix

{ ... }:
{
services.gnome.gnome-keyring.enable = true;
}