mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Explicitly unset lightdm
This commit is contained in:
parent
148e39dde7
commit
2965d29f6d
1 changed files with 4 additions and 2 deletions
|
|
@ -14,8 +14,10 @@
|
|||
windowManager.hypr = {
|
||||
enable = true;
|
||||
};
|
||||
displayManager.startx.enable = true;
|
||||
lightdm.enable = lib.mkForce false;
|
||||
displayManager = {
|
||||
startx.enable = true;
|
||||
lightdm.enable = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue