feat: add input settings on darwin
This commit is contained in:
parent
48130212e3
commit
8d7c4d4140
2 changed files with 13 additions and 0 deletions
11
flakes/darwin/input.nix
Normal file
11
flakes/darwin/input.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
system.defaults = {
|
||||
".GlobalPreferences"."com.apple.mouse.scaling" = "-1"; # Disable mouse acceleration
|
||||
trackpad = {
|
||||
Clicking = true;
|
||||
TrackpadRightClick = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -5,6 +5,8 @@
|
|||
./networking
|
||||
./packages
|
||||
./users
|
||||
|
||||
./input.nix
|
||||
];
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue