feat: enable gdm
This commit is contained in:
parent
e6559abc32
commit
b7830d91bc
1 changed files with 7 additions and 0 deletions
|
@ -115,5 +115,12 @@ in {
|
|||
services = {
|
||||
tlp.enable = true;
|
||||
upower.enable = true;
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue