Skip to content

Commit

Permalink
home-manager/darwin: add some more NSGlobalDomain defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed May 22, 2024
1 parent f30c0c7 commit 8270ada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home-manager/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
};

targets.darwin.defaults = {
# Disable all automatic substitution
NSGlobalDomain = {
ApplePressAndHoldEnabled = true;
AppleShowAllExtensions = true;
KeyRepeat = 2;
# Disable all automatic substitution
NSAutomaticCapitalizationEnabled = false;
NSAutomaticDashSubstitutionEnabled = false;
NSAutomaticPeriodSubstitutionEnabled = false;
Expand Down

0 comments on commit 8270ada

Please sign in to comment.