diff --git a/hosts/zion/configuration.nix b/hosts/zion/configuration.nix index 1cfee9b..da95b6a 100644 --- a/hosts/zion/configuration.nix +++ b/hosts/zion/configuration.nix @@ -122,19 +122,19 @@ xkbVariant = ""; displayManager = { - # lightdm = { - # enable = true; - # }; + lightdm = { + enable = false; + }; startx = { enable = true; }; }; - # desktopManager = { - # xfce = { - # enable = true; - # }; - # }; + desktopManager = { + xfce = { + enable = false; + }; + }; }; # Enable OpenGL