Skip to content

Commit

Permalink
chore(nix): some darwin settings and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jan 22, 2025
1 parent a6503d3 commit e8013a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions system/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,16 @@ in
];
})
];
# TODO: change the font weight on mac, it's way too thick

system = {
defaults = {
NSGlobalDomain = {
# FIX: these are not working
NSWindowShouldDragOnGesture = true;
# InitialKeyRepeat = 2;
# KeyRepeat = 2; # normal minimum is 2 (30 ms)

AppleInterfaceStyle = "Dark";
NSAutomaticCapitalizationEnabled = false;
"com.apple.keyboard.fnState" = true;
Expand All @@ -79,6 +85,7 @@ in
largesize = 100;
magnification = true;
mru-spaces = false;
scroll-to-open = true;
persistent-others = [
"/Users/${username}/Documents"
"/Users/${username}/Downloads"
Expand Down

0 comments on commit e8013a2

Please sign in to comment.