Formatting

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

View File

@@ -24,9 +24,10 @@
interfaces.wlp170s0.useDHCP = true;
};
services.fprintd.enable = true;
services = {
fprintd.enable = true;
services.xserver = {
xserver = {
dpi = 144;
libinput.touchpad = {
@@ -34,6 +35,7 @@
tapping = true;
};
};
};
}