slab: configure greetd for auto-login

This commit is contained in:
NullBite 2024-03-20 22:40:18 -04:00
parent 1dd59261c3
commit c9b94ed5f0
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -64,6 +64,10 @@
};
};
};
services.greetd.settings.initial_session = {
command = config.nixfiles.programs.greetd.settings.command;
user = "nullbite";
};
networking.hostName = "slab";