nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

Mac system hotkey customisation?

Open pshirshov opened this issue 1 year ago • 0 comments

macOS defines a lot of useless hotkeys which may conflict with some apps (e.g. Spectacle and Alfred), so when I provision a new mac I have to remove some of them. This can be done through defaults write.

I used to have an ansible script for that, I guess something similar may be implemented in nix-darwin:

  1. https://github.com/7mind/mac-configurator/blob/master/roles/workstation/tasks/lib/settings.yml#L78
  2. https://github.com/7mind/mac-configurator/blob/master/configs/config-settings.yml#L153

pshirshov avatar Sep 03 '22 16:09 pshirshov