1
Fork 0
satellite/hosts/nixos/common/optional/sddm.nix
2023-02-09 23:55:36 +01:00

9 lines
191 B
Nix

# 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;
};
}