mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
Lightdm slick greeter
This commit is contained in:
parent
3700098091
commit
e4fa5991db
|
@ -94,6 +94,11 @@
|
||||||
displayManager = {
|
displayManager = {
|
||||||
lightdm.enable = true;
|
lightdm.enable = true;
|
||||||
defaultSession = "none+xmonad";
|
defaultSession = "none+xmonad";
|
||||||
|
lightdm.greeters.slick.enable = true;
|
||||||
|
lightdm.background = pkgs.fetchurl {
|
||||||
|
url = "https://w.wallhaven.cc/full/6d/wallhaven-6d5k6x.jpg";
|
||||||
|
sha256 = "+xl4H3UiVmMRNvMhIlaLdVTYYqnSyCTSX2UOTGsDQ8c=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue