summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authorFelix Richter <makefu@syntax-fehler.de>2015-08-16 23:59:56 +0200
committerFelix Richter <makefu@syntax-fehler.de>2015-08-16 23:59:56 +0200
commitd06cbb6c2c53ea9c7674753e50bb083b0f3f34f1 (patch)
tree603098ab75197ef04eb22958cd3b77f0ded21275 /makefu
parent7d030a2c6859bb453dc6ab5ae2ea15714048cd8f (diff)
makefu:add ramverdoppler
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/tp-x200.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/tp-x200.nix b/makefu/2configs/tp-x200.nix
index 8d41d680..2bbc75c2 100644
--- a/makefu/2configs/tp-x200.nix
+++ b/makefu/2configs/tp-x200.nix
@@ -17,6 +17,9 @@ with lib;
hardware.enableAllFirmware = true;
nixpkgs.config.allowUnfree = true;
+ zramSwap.enable = true;
+ zramSwap.numDevices = 2;
+
hardware.trackpoint.enable = true;
hardware.trackpoint.sensitivity = 255;
hardware.trackpoint.speed = 255;