diff --git a/hosts/thor/configuration.nix b/hosts/thor/configuration.nix index 4612f84..2e00dd8 100644 --- a/hosts/thor/configuration.nix +++ b/hosts/thor/configuration.nix @@ -123,13 +123,16 @@ displayManager = { lightdm = { + enable = false; + }; + startx = { enable = true; }; }; desktopManager = { xfce = { - enable = true; + enable = false; }; }; };