slab: switch autologin to greetd option

This commit is contained in:
NullBite 2024-05-10 21:41:15 -04:00
parent 02ad5bd33f
commit 18f0a45801
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -63,12 +63,12 @@
unbound.enable = false;
greetd = {
preset = "tuigreet";
settings = {
autologin = true;
autologinUser = "nullbite";
};
};
};
services.greetd.settings.initial_session = {
command = config.nixfiles.programs.greetd.settings.finalCommand;
user = "nullbite";
};