From bb1d16f0874f42e4b5e40c15da07cebc66c06c5b Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Thu, 18 Nov 2021 17:15:08 +0000 Subject: [PATCH] system: switch to gdm & gnome, add i3 --- configuration.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index a9126ce..8da6fed 100644 --- a/configuration.nix +++ b/configuration.nix @@ -144,14 +144,11 @@ enable = true; layout = "us"; libinput.enable = true; - displayManager.lightdm = { - enable = true; - extraSeatDefaults = '' - greeter-hide-users = false - greeter-show-manual-login = true - ''; - }; + displayManager.gdm.enable = true; desktopManager.mate.enable = true; + desktopManager.gnome.enable = true; + desktopManager.gnome.flashback.enableMetacity = true; + windowManager.i3.enable = true; }; programs.sway = { enable = true;