l 1 mors: reactivate sna

This commit is contained in:
lassulus 2016-05-24 23:54:55 +02:00
parent 3ae4e25a1b
commit ac4f86e40f

View File

@ -175,14 +175,14 @@
emulateWheel = true;
};
#services.xserver = {
# videoDriver = "intel";
# vaapiDrivers = [ pkgs.vaapiIntel ];
# deviceSection = ''
# Option "AccelMethod" "sna"
# BusID "PCI:0:2:0"
# '';
#};
services.xserver = {
videoDriver = "intel";
vaapiDrivers = [ pkgs.vaapiIntel ];
deviceSection = ''
Option "AccelMethod" "sna"
BusID "PCI:0:2:0"
'';
};
environment.systemPackages = with pkgs; [
acronym