Skip to content

Commit

Permalink
revert accidental format change
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void committed Dec 24, 2024
1 parent 3d9e3af commit fe1a196
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/input.nix
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,10 @@ in
!(lib.all (c: builtins.elem (lib.toLower c) validChars) (hexChars hex))
&& (builtins.stringLength hex) > 0;
allHexCodes = lib.flatten (
map
(t: [
map (t: [
t.vendorId
t.productId
])
(cfg.input.touchpads ++ cfg.input.mice)
]) (cfg.input.touchpads ++ cfg.input.mice)
);
invalidHexCodes = builtins.filter hexCodeInvalid allHexCodes;
in
Expand Down

0 comments on commit fe1a196

Please sign in to comment.