Reformat code
diff --git a/modules/input.nix b/modules/input.nix
index 3f6b1cc..bcdbf41 100644
--- a/modules/input.nix
+++ b/modules/input.nix
@@ -1,4 +1,4 @@
-{pkgs, ...}: {
+{ pkgs, ... }: {
   config.services.xserver.libinput = {
     enable = true;
     touchpad.naturalScrolling = true;