diff --git a/configuration.nix b/configuration.nix index d196673..9e42911 100644 --- a/configuration.nix +++ b/configuration.nix @@ -60,7 +60,7 @@ services.xserver = { displayManager = { lightdm.enable = true; - defaultSession = "xfce+i3"; + defaultSession = "none+i3"; }; enable = true; layout = "us"; @@ -78,11 +78,6 @@ i3status-rust ]; }; - desktopManager.xfce = { - enable = true; - noDesktop = true; - enableXfwm = false; - }; libinput = { enable = true;