How to automatically unlock GNOME Keyring with LUKS passphrase?

I was using Fedora previously where GNOME Keyring would be automatically unlocked if the LUKS passphrase is same as user’s login password. This is not happening with NixOS. I have following setting applied in configuration.nix

services.gnome.gnome-keyring.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;

Any way I can achieve this in NixOS?

Thanks.

This does not currently work out of the box, see Encrypted root with single password prompt - #11 by dawidd6

Thanks. I wish it would be merged soon. I hate typing my password thrice. Once for BIOS, another for LUKS and one more for GNOME.