This commit is contained in:
parent
92d0dad938
commit
9356deca2c
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
sensitivity = 0 # -0.5 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll=no
|
natural_scroll=no
|
||||||
|
@ -1 +1 @@
|
|||||||
{ ... }: { imports = [ ./base ./boot ./fs ./opengl ./power ./udev ./virt ]; }
|
{ ... }: { imports = [ ./base ./boot ./fs ./graphics ./power ./udev ./virt ]; }
|
||||||
|
4
modules/nixos/system/hw/graphics/default.nix
Normal file
4
modules/nixos/system/hw/graphics/default.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{ ... }: {
|
||||||
|
hardware.graphics.enable = true;
|
||||||
|
hardware.graphics.enable32Bit = true;
|
||||||
|
}
|
@ -1,5 +0,0 @@
|
|||||||
{ ... }: {
|
|
||||||
hardware.opengl.enable = true;
|
|
||||||
hardware.opengl.driSupport = true;
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user