feat: explicitly define monitor count

This commit is contained in:
Infinidoge 2021-09-23 10:12:31 -04:00
parent ed55de80b1
commit a01889dcbf

View file

@ -12,6 +12,8 @@
] ]
); );
info.monitors = 1;
services.xserver.libinput = { services.xserver.libinput = {
enable = true; enable = true;
touchpad.naturalScrolling = true; touchpad.naturalScrolling = true;