On NixOS I did this:
services.displayManager.autoLogin = {
enable = true;
user = "kevincox";
};
# Avoid setting up a keyring every time I do a non-auto login.
# https://gitlab.gnome.org/GNOME/seahorse/-/issues/159
security.pam.services.login.enableGnomeKeyring = lib.mkForce false;
Currently
s1
andt6
. I'm not a fun person.