diff options
author | makefu <github@syntax-fehler.de> | 2015-08-31 10:47:22 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-31 10:47:22 +0200 |
commit | 0acd7f23e1e3adf4bf1427f186a7bf5505ff910d (patch) | |
tree | 7baf1a6c1a0e654708b654a4d4337c55a4f59961 /makefu/2configs/tp-x2x0.nix | |
parent | 8c5ca07413e983208ced2fc5b67dd84fb70482a4 (diff) |
makefu: cleanup
Diffstat (limited to 'makefu/2configs/tp-x2x0.nix')
-rw-r--r-- | makefu/2configs/tp-x2x0.nix | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/makefu/2configs/tp-x2x0.nix b/makefu/2configs/tp-x2x0.nix index b79d94b4a..aa2fc2050 100644 --- a/makefu/2configs/tp-x2x0.nix +++ b/makefu/2configs/tp-x2x0.nix @@ -11,9 +11,13 @@ with lib; zramSwap.enable = true; zramSwap.numDevices = 2; - hardware.trackpoint.enable = true; - hardware.trackpoint.sensitivity = 220; - hardware.trackpoint.speed = 220; + hardware.trackpoint = { + enable = true; + sensitivity = 220; + speed = 220; + emulateWheel = true; + }; + services.tlp.enable = true; services.tlp.extraConfig = '' |