From 6461d1fc4758751234c979268249280cdae93752 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 22 Dec 2015 01:20:16 +0100 Subject: katara: include thinkpad module --- machines/profpatsch/katara.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'machines/profpatsch/katara.nix') 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 -- cgit 1.4.1