Make use of lightdm XFCE-specific

master
Sven Slootweg 7 years ago
parent 198e54e969
commit 11ce1f4f91

@ -36,12 +36,6 @@ packages: {config, ...}: {
enable = true; enable = true;
layout = "us"; layout = "us";
xkbOptions = "eurosign:e, caps:backspace"; xkbOptions = "eurosign:e, caps:backspace";
displayManager = {
lightdm = {
enable = true;
};
};
}; };
# We need accounts-daemon for lightdm to work correctly. # We need accounts-daemon for lightdm to work correctly.

@ -32,7 +32,8 @@ packages: {config, ...}: {
]; ];
services = { services = {
xserver.desktopManager.xfce = { xserver = {
desktopManager.xfce = {
enable = true; enable = true;
thunarPlugins = with packages; [ thunarPlugins = with packages; [
nixpkgs.xfce.thunar-archive-plugin nixpkgs.xfce.thunar-archive-plugin
@ -40,6 +41,11 @@ packages: {config, ...}: {
]; ];
}; };
displayManager.lightdm = {
enable = true;
};
};
udisks2 = { udisks2 = {
enable = true; enable = true;
}; };

Loading…
Cancel
Save