diff --git a/hosts/pingbox/configuration.nix b/hosts/pingbox/configuration.nix index 2f7d033..25d4f7b 100644 --- a/hosts/pingbox/configuration.nix +++ b/hosts/pingbox/configuration.nix @@ -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; + }; }; };