summaryrefslogtreecommitdiff
path: root/phenex
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-06-30 20:57:25 -0600
committerKenny Ballou <kballou@devnulllabs.io>2020-06-30 20:57:25 -0600
commit0cc7258734831a96c3b2f3f34b16f68a8e23e616 (patch)
tree26b72dbff85ba77cf439197c62239c5e521fc533 /phenex
parenta7dfbebf8d5303d8c90555cd473c5c08a271d010 (diff)
downloadcfg.nix-0cc7258734831a96c3b2f3f34b16f68a8e23e616.tar.gz
cfg.nix-0cc7258734831a96c3b2f3f34b16f68a8e23e616.tar.xz
phenex: use gnome with x11
Switch to gnome for consistency. Use X11 since the performance of wayland is not superb on this machine. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'phenex')
-rw-r--r--phenex/configuration.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/phenex/configuration.nix b/phenex/configuration.nix
index c09abd4..4593fdd 100644
--- a/phenex/configuration.nix
+++ b/phenex/configuration.nix
@@ -17,7 +17,7 @@
../services/x11.nix
../services/x11-intel.nix
../services/x11-laptop.nix
- ../services/kde.nix
+ ../services/gnome.nix
../services/dbus.nix
../services/haveged.nix
../services/printing.nix
@@ -63,6 +63,8 @@
networking.hostName = "phenex";
+ 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