rustboro: enable autologin

This commit is contained in:
Aly Raffauf 2024-05-01 17:44:15 -04:00
parent 8e8f300246
commit 1836cee0fd

View file

@ -64,6 +64,10 @@
greetd = {
enable = true;
session = config.programs.sway.package + "/bin/sway";
autologin = {
enable = true;
user = "aly";
};
};
sway.enable = true;
};