about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorOpenlab Labtop <kontakt@openlab-augsburg.de>2015-04-03 04:30:47 +0000
committerOpenlab Labtop <kontakt@openlab-augsburg.de>2015-04-03 04:30:47 +0000
commit82bd7d5cf7575d3597bd4979c594dfb3561760f2 (patch)
treedf9ff3500b5bd5d562e9bf8a2f38d9a74c59dff8 /machines
parent994754faff8365bf58a352dc18cc33df15d2a1a3 (diff)
labtop tmux & fish, mouse config
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtop.nix30
1 files changed, 22 insertions, 8 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index e3766428..54efe793 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -48,6 +48,7 @@ in {
     greybird
     #repetierhost <- TODO
     firefox
+    fish
     gimp
     git
     freecad
@@ -55,6 +56,7 @@ in {
     printrun
     blender
     slic3r
+    tmux
     libreoffice
     inkscape
     filezilla
@@ -64,16 +66,28 @@ in {
     wget
   ];
 
-  hardware.trackpoint.enable = true;
-  hardware.trackpoint.emulateWheel = true;
+  services.xserver = {
+    enable = true;
+    layout = "us";
+    xkbOptions = "eurosign:e";
+
+    displayManager.auto.enable = true;
+    displayManager.auto.user = "openlab";
+    desktopManager.xfce.enable = true;
+ 
+    synaptics.enable = true;
+    synaptics.minSpeed = "0.5";
+    synaptics.accelFactor = "0.01";
+  };
+
 
-  services.xserver.enable = true;
-  services.xserver.layout = "us";
-  services.xserver.xkbOptions = "eurosign:e";
+  hardware.trackpoint = {
+    enable = true;
+    emulateWheel = true;
+    sensitivity = 100;
+    speed = 350;
+  };
 
-  services.xserver.displayManager.auto.enable = true;
-  services.xserver.displayManager.auto.user = "openlab";
-  services.xserver.desktopManager.xfce.enable = true;
 
   services.openssh.enable = true;