mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
lavaridge: enable autologin
This commit is contained in:
parent
a2f59159d2
commit
0cdf9fd870
|
@ -43,6 +43,10 @@
|
|||
greetd = {
|
||||
enable = true;
|
||||
session = config.programs.sway.package + "/bin/sway";
|
||||
autologin = {
|
||||
enable = true;
|
||||
user = "aly";
|
||||
};
|
||||
};
|
||||
sway.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue