NixOS-Config/system/services/gnome-keyring.nix
2024-10-01 18:18:26 -04:00

4 lines
50 B
Nix

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