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

5 lines
59 B
Nix
Raw Normal View History

2024-11-28 01:14:34 +08:00
{ ... }:
{
services.gnome.gnome-keyring.enable = true;
}