Formatting

This commit is contained in:
2022-03-10 16:00:08 +00:00
parent eed042108b
commit 571d124911

View File

@@ -24,14 +24,16 @@
interfaces.wlp170s0.useDHCP = true;
};
services.fprintd.enable = true;
services = {
fprintd.enable = true;
services.xserver = {
dpi = 144;
xserver = {
dpi = 144;
libinput.touchpad = {
naturalScrolling = true;
tapping = true;
libinput.touchpad = {
naturalScrolling = true;
tapping = true;
};
};
};