Skip to content

Commit

Permalink
Configure macos dock
Browse files Browse the repository at this point in the history
Don't autohide but make it quite small
  • Loading branch information
simonrw committed Aug 1, 2024
1 parent 6e769f9 commit 8d3a73f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions system/darwin/mba/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@
# https://nixcademy.com/2024/01/15/nix-on-macos/
system.defaults = {
dock = {
autohide = true;
autohide = false;
mru-spaces = false;
orientation = "bottom";
tilesize = 48;
tilesize = 16;
largesize = 92;
};
finder.AppleShowAllExtensions = true;
screencapture.location = "~/Pictures/screenshots";
Expand Down

0 comments on commit 8d3a73f

Please sign in to comment.