From 571d12491184bc182e525a90a522dd826557eb50 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 10 Mar 2022 16:00:08 +0000 Subject: [PATCH] Formatting --- hosts/pingbox/configuration.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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; + }; }; };