about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-05-31 05:24:32 +0200
committerProfpatsch <mail@profpatsch.de>2017-05-31 05:24:32 +0200
commite6115ed089075eaa7e2eab430d48a5f51a16ab6e (patch)
treef065dc5d031703b2545490514c529044a585b837 /machines/profpatsch/base-workstation.nix
parentbef643c5a2e9d25fea4210e4b4d58a81ee0f025f (diff)
machines/katara: change mouse speeds
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 9e322060..5812d9ca 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -64,6 +64,17 @@ in {
     # bounded journal size
     services.journald.extraConfig = "SystemMaxUse=50M";
 
+    services.xserver = {
+      # otherwise xterm is enabled, creating an xterm that spawns the window manager.
+      desktopManager.xterm.enable = false;
+
+      windowManager.xmonad = {
+        enable = true;
+        enableContribAndExtras = true;
+      };
+    };
+
+
     # services.xserver = {
       # libinput = {
       #   enable = true;