Skip to content

Commit

Permalink
chore(finder): fixed finder settings and opts
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Aug 28, 2024
1 parent ef8524c commit 4d12184
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions modules/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@
autohide = true;
};

CustomUserPreferences."com.apple.screencapture" = {
location = "~/Documents/screenshots";
type = "png";
};

NSGlobalDomain = {
_HIHideMenuBar = true;
InitialKeyRepeat = 10;
KeyRepeat = 1;
InitialKeyRepeat = 15;
KeyRepeat = 2;
};

screencapture = {
location = "~/Documents/screenshots";
type = "png";
SoftwareUpdate = {
AutomaticallyInstallMacOSUpdates = false;
};

trackpad = {
Expand Down

0 comments on commit 4d12184

Please sign in to comment.