nix-config/home/keyring.nix

7 lines
No EOL
102 B
Nix

{
services.gnome-keyring = {
enable = true;
components = ["secrets" "pkcs11" "ssh"];
};
}