l 1 mors: reactivate sna
This commit is contained in:
parent
3ae4e25a1b
commit
ac4f86e40f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue