makefu: add laptop utils

This commit is contained in:
makefu 2015-08-25 16:56:58 +02:00
parent beb81c11d2
commit 15831d4d06
3 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,9 @@ with lib;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
msmtp msmtp
mutt-kz mutt-kz
notmuch
# TODO: put this somewhere else
offlineimap
]; ];
} }

View File

@ -12,6 +12,9 @@ with lib;
firefox firefox
chromium chromium
keepassx keepassx
virtmanager
at_spi2_core # dep for virtmanager?
]; ];
services.redshift = { services.redshift = {

View File

@ -7,7 +7,8 @@ with lib;
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
services.xserver.vaapiDrivers = [pkgs.vaapiIntel pkgs.vaapiVdpau ]; #services.xserver.vaapiDrivers = [pkgs.vaapiIntel pkgs.vaapiVdpau ];
services.xserver.vaapiDrivers = [];
services.xserver.displayManager.sessionCommands ='' services.xserver.displayManager.sessionCommands =''
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1