summaryrefslogtreecommitdiff
path: root/eligos
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-06-25 08:14:18 -0600
committerKenny Ballou <kballou@devnulllabs.io>2020-06-25 08:14:18 -0600
commitd0d7c6aa872e31068f96ada8235c9a091ee27310 (patch)
tree90ca6edaf283a09b46790e254b9d49eef9592b20 /eligos
parent84a8498ffce2c58feeda48731f9672f007beb05c (diff)
downloadcfg.nix-d0d7c6aa872e31068f96ada8235c9a091ee27310.tar.gz
cfg.nix-d0d7c6aa872e31068f96ada8235c9a091ee27310.tar.xz
eligos: switch to gnome shell
Disable wayland since it doesn't work well on this machine. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'eligos')
-rw-r--r--eligos/configuration.nix4
1 files changed, 3 insertions, 1 deletions
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