From d0d7c6aa872e31068f96ada8235c9a091ee27310 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Thu, 25 Jun 2020 08:14:18 -0600 Subject: eligos: switch to gnome shell Disable wayland since it doesn't work well on this machine. Signed-off-by: Kenny Ballou --- eligos/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eligos/configuration.nix b/eligos/configuration.nix index 34f34bf..d9ae8ef 100644 --- a/eligos/configuration.nix +++ b/eligos/configuration.nix @@ -17,7 +17,7 @@ ../services/x11.nix ../services/x11-laptop.nix ../services/x11-amdgpu.nix - ../services/kde.nix + ../services/gnome.nix ../services/dbus.nix ../services/haveged.nix ../services/sshd.nix @@ -101,6 +101,8 @@ "iptables" ]; + services.xserver.displayManager.gdm.wayland = false; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you -- cgit v1.2.1