about summary refs log tree commit diff
path: root/modules/user/openlab
diff options
context:
space:
mode:
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;