mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 16:29:46 +01:00
20 lines
303 B
Nix
20 lines
303 B
Nix
{ pkgs, ...}:
|
|
|
|
{
|
|
services.xserver = {
|
|
displayManager = {
|
|
defaultSession = "hyprland";
|
|
lightdm = {
|
|
enable = true;
|
|
greeters = {
|
|
slick = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
enable = true;
|
|
};
|
|
# EOF
|
|
}
|