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