Skip to content

Commit

Permalink
fix: dock defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 committed Nov 9, 2024
1 parent b390ac7 commit 682605e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hosts/darwin/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
".GlobalPreferences"."com.apple.mouse.scaling" = 0.6875;

# https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.CustomSystemPreferences
CustomSystemPreferences = {};

# https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.CustomUserPreferences
CustomUserPreferences = {
CustomSystemPreferences = {
"com.apple.dock" = {
"contents-immutable" = 1;
"size-immutable" = 1;
"position-immutable" = 1;
};
};

# https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.CustomUserPreferences
# CustomUserPreferences = {};

finder = {
AppleShowAllExtensions = true;
AppleShowAllFiles = true;
Expand Down

0 comments on commit 682605e

Please sign in to comment.