about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/desktop/xserver.nix14
1 files changed, 3 insertions, 11 deletions
diff --git a/hosts/common/desktop/xserver.nix b/hosts/common/desktop/xserver.nix
index 6532aaf..1935e06 100644
--- a/hosts/common/desktop/xserver.nix
+++ b/hosts/common/desktop/xserver.nix
@@ -4,20 +4,12 @@
   services.xserver = {
     enable = true;
     layout = "us";
-    xkbOptions = "eurosign:e,ctrl:swapcaps";
     libinput.enable = true;
 
-    desktopManager = {
-      xterm.enable = false;
-    };
-
     displayManager = {
-      lightdm.enable = true;
-      defaultSession = "none+i3";
-    };
-
-    windowManager = {
-      i3.enable = true;
+      gdm.enable = true;
+      gdm.wayland = true;
+      defaultSession = "sway"
     };
   };