Make use of lightdm XFCE-specific

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

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

@ -32,12 +32,18 @@ packages: {config, ...}: {
];
services = {
xserver.desktopManager.xfce = {
enable = true;
thunarPlugins = with packages; [
nixpkgs.xfce.thunar-archive-plugin
nixpkgs.xfce.thunar_volman
];
xserver = {
desktopManager.xfce = {
enable = true;
thunarPlugins = with packages; [
nixpkgs.xfce.thunar-archive-plugin
nixpkgs.xfce.thunar_volman
];
};
displayManager.lightdm = {
enable = true;
};
};
udisks2 = {

Loading…
Cancel
Save