Explicitly unset lightdm
This commit is contained in:
parent
f865c8a586
commit
3f2c94cedc
2 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hypr.enable = lib.mkDefault false;
|
hypr.enable = lib.mkDefault false;
|
||||||
|
hyprland.enable = lib.mkDefault false;
|
||||||
|
|
||||||
# Configure pulseaudio
|
# Configure pulseaudio
|
||||||
hardware.pulseaudio.enable = lib.mkDefault true;
|
hardware.pulseaudio.enable = lib.mkDefault true;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
|
lightdm.enable lib.mkForce false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue