1
Fork 0
satellite/hosts/nixos/common/optional/sddm.nix

9 lines
191 B
Nix
Raw Normal View History

# Not using this for now, because I cannot get any theme to fucking work with it for some reason :(
{
services.xserver = {
enable = true;
displayManager.sddm.enable = true;
};
}