From 2782311e97d89e902b9b36df0edd964f5b07f3dd Mon Sep 17 00:00:00 2001 From: aster <137767097+aster-void@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:04:22 +0900 Subject: [PATCH] revert accidental format change --- modules/input.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/input.nix b/modules/input.nix index a7655853..ee2a23e4 100644 --- a/modules/input.nix +++ b/modules/input.nix @@ -394,8 +394,7 @@ in (t: [ t.vendorId t.productId - ]) - (cfg.input.touchpads ++ cfg.input.mice) + ]) (cfg.input.touchpads ++ cfg.input.mice) ); invalidHexCodes = builtins.filter hexCodeInvalid allHexCodes; in