diff --git a/flakes/darwin/input.nix b/flakes/darwin/input.nix new file mode 100644 index 0000000..12bceea --- /dev/null +++ b/flakes/darwin/input.nix @@ -0,0 +1,11 @@ +{ ... }: + +{ + system.defaults = { + ".GlobalPreferences"."com.apple.mouse.scaling" = "-1"; # Disable mouse acceleration + trackpad = { + Clicking = true; + TrackpadRightClick = true; + }; + }; +} \ No newline at end of file diff --git a/flakes/darwin/main.nix b/flakes/darwin/main.nix index afb2827..0edb897 100644 --- a/flakes/darwin/main.nix +++ b/flakes/darwin/main.nix @@ -5,6 +5,8 @@ ./networking ./packages ./users + + ./input.nix ]; fonts.fonts = with pkgs; [