nix-config/home/keyring.nix

7 lines
105 B
Nix

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