summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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