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 b6f2263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/darwin/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
# https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.CustomUserPreferences
CustomUserPreferences = {
"com.apple.dock" = {
"contents-immutable" = 1;
"size-immutable" = 1;
"position-immutable" = 1;
"contents-immutable" = 0;
"size-immutable" = 0;
"position-immutable" = 0;
};
};

Expand Down

0 comments on commit b6f2263

Please sign in to comment.