about summary refs log tree commit diff
path: root/modules/user/openlab
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-08-27 19:00:45 +0200
committerProfpatsch <mail@profpatsch.de>2016-08-27 19:00:45 +0200
commit4b20e022daeb5086ae12cd31c5e5e9e550e5ce52 (patch)
treef29888514ceaa99d620f665f3f93f11dbc86c953 /modules/user/openlab
parent1b6989babb4f067191674f549124c8c297461547 (diff)
modules/labtops: xset typing speed
Diffstat (limited to 'modules/user/openlab')
-rw-r--r--modules/user/openlab/labtops.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/user/openlab/labtops.nix b/modules/user/openlab/labtops.nix
index b231d9ed..52b0af18 100644
--- a/modules/user/openlab/labtops.nix
+++ b/modules/user/openlab/labtops.nix
@@ -70,8 +70,13 @@ in
       layout = "us";
       xkbOptions = "eurosign:e";
 
-      displayManager.auto.enable = true;
-      displayManager.auto.user = "openlab";
+      displayManager = {
+        auto.enable = true;
+        auto.user = "openlab";
+        sessionCommands = with pkgs; ''
+          ${xorg.xset}/bin/xset r rate 250 35
+        '';
+      };
       desktopManager.xfce.enable = true;
       synaptics = {
         enable = true;