Skip to content

Commit

Permalink
Revert "fix: dock defaults"
Browse files Browse the repository at this point in the history
This reverts commit b6f2263.
  • Loading branch information
ojsef39 committed Nov 9, 2024
1 parent 352ede7 commit 47fac7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hosts/darwin/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@
CustomSystemPreferences = {};

# https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.CustomUserPreferences
# SET THIS ALSO IN THE UPSTREAN CONFIG BUT SWAP OUT THE VALUES TO 0!!!
CustomUserPreferences = {
"com.apple.dock" = {
"contents-immutable" = 0;
"size-immutable" = 0;
"position-immutable" = 0;
"contents-immutable" = 1;
"size-immutable" = 1;
"position-immutable" = 1;
};
};

Expand Down

0 comments on commit 47fac7d

Please sign in to comment.