This commit is contained in:
parent
98d8fb5986
commit
446e18f3d6
1 changed files with 4 additions and 4 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
services.displayManager = {
|
||||
defaultSession = "sway";
|
||||
gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
|
@ -15,10 +19,6 @@
|
|||
displayManager = {
|
||||
startx.enable = false;
|
||||
lightdm.enable = false;
|
||||
gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Extract i18n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue