mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
rustboro: enable autologin
This commit is contained in:
parent
8e8f300246
commit
1836cee0fd
|
@ -64,6 +64,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