Skip to content

Commit

Permalink
Configure dock size
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Sep 24, 2024
1 parent b6c6f1f commit 229124d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions system/darwin/common/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@
# https://nixcademy.com/2024/01/15/nix-on-macos/
system.defaults = {
dock = {
autohide = true;
autohide = false;
mru-spaces = false;
orientation = "bottom";
tilesize = 24;
tilesize = {
mm = 44;
mba = 24;
}.${hostname};
largesize = 92;
};
finder = {
Expand Down

0 comments on commit 229124d

Please sign in to comment.