j i3: use lightdm

This commit is contained in:
jeschli 2019-09-12 22:47:35 +00:00
parent 235708c8e1
commit 3f78cfe0a8

View File

@ -229,9 +229,7 @@ in {
# Enable the X11 windowing system. # Enable the X11 windowing system.
services.xserver.displayManager.slim = { services.xserver.displayManager.lightdm.enable = true;
enable = true;
};
# Allow users in video group to change brightness # Allow users in video group to change brightness
hardware.brightnessctl.enable = true; hardware.brightnessctl.enable = true;
@ -245,7 +243,6 @@ in {
acpi acpi
xorg.xhost xorg.xhost
xorg.xauth xorg.xauth
gnome3.gnome_terminal
]; ];
} }