Files
nixos-dots/home/services.nix
2026-01-27 17:24:31 +00:00

16 lines
169 B
Nix

{
config,
lib,
pkgs,
inputs,
window_manager,
...
}:
{
services.gnome-keyring = {
enable = true;
components = [ "pkcs11" "secrets" "ssh" ];
};
}