mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 00:31:54 -05:00
rustboro: enable lightdm
This commit is contained in:
parent
fc7e661671
commit
61366cd6ad
|
@ -30,17 +30,8 @@
|
||||||
|
|
||||||
desktop = {
|
desktop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
greetd = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
autologin = {
|
|
||||||
enable = true;
|
|
||||||
user = "aly";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
cinnamon.enable = true;
|
cinnamon.enable = true;
|
||||||
|
lightdm.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue