makefu: add laptop utils
This commit is contained in:
parent
beb81c11d2
commit
15831d4d06
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,9 @@ with lib;
|
|||||||
firefox
|
firefox
|
||||||
chromium
|
chromium
|
||||||
keepassx
|
keepassx
|
||||||
|
|
||||||
|
virtmanager
|
||||||
|
at_spi2_core # dep for virtmanager?
|
||||||
];
|
];
|
||||||
|
|
||||||
services.redshift = {
|
services.redshift = {
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user