From 76d6dbce68cbd0912e8068ea195542b878bc86cc Mon Sep 17 00:00:00 2001 From: zoe Date: Sun, 6 Nov 2022 18:38:07 +0100 Subject: [PATCH] remove xfce again --- configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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;