no more lightdm
This commit is contained in:
parent
d846221174
commit
2f6aa9d04b
|
@ -44,6 +44,7 @@
|
|||
patchelf
|
||||
pciutils
|
||||
python3Packages.ipython
|
||||
ripgrep
|
||||
tmux
|
||||
tree
|
||||
unzip
|
||||
|
|
|
@ -13,11 +13,7 @@
|
|||
services.dbus.enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
displayManager.defaultSession = "xfce";
|
||||
desktopManager.xfce = {
|
||||
enable = true;
|
||||
};
|
||||
desktopManager.xfce.enable = true;
|
||||
exportConfiguration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue