about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-12-22 01:20:16 +0100
committerProfpatsch <mail@profpatsch.de>2015-12-22 01:35:44 +0100
commit6461d1fc4758751234c979268249280cdae93752 (patch)
treec33303076062d5707ecd955002af4e77eeb03496 /machines
parentd01346f2afa7a9620e67d10253a366a2387b8ff5 (diff)
katara: include thinkpad module
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index d6c13df1..9e4279cf 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -22,15 +22,6 @@ in {
     ###########
     # Hardware
 
-    # Use this if you want the T400 wifi to work …
-    hardware.enableAllFirmware = true;
-
-    hardware.trackpoint = {
-      enable = true;
-      emulateWheel = true;
-      speed = 250;
-      sensitivity = 140;
-    };
 
     fileSystems."/" = {
       device = "/dev/dm-0";
@@ -43,6 +34,7 @@ in {
     };
 
     hardware.pulseaudio.enable = true;
+    vuizvui.hardware.thinkpad.enable = true;
 
 
     ######
@@ -78,9 +70,6 @@ in {
 
     environment.systemPackages = with pkgs;
     let
-      thinkpadPkgs = [
-        acpi # shows acpi information (battery &c.)
-      ];
       systemPkgs = [
         atool             # archive tools
         curl              # transfer data to/from a URL
@@ -157,7 +146,7 @@ in {
         # needs user service
         redshift   # increases screen warmth at night (so i don’t have to feel cold)
       ];
-    in thinkpadPkgs ++ systemPkgs ++ xPkgs ++ guiPkgs ++ userPrograms ++ mailPkgs ++ nixPkgs ++ tmpPkgs;
+    in systemPkgs ++ xPkgs ++ guiPkgs ++ userPrograms ++ mailPkgs ++ nixPkgs ++ tmpPkgs;
 
     system.extraDependencies = lib.singleton (
        # Haskell packages I want to keep around