nixos/hosts/common/darwin/dock.nix

11 lines
242 B
Nix
Raw Normal View History

{ ... } : {
system.defaults.dock = {
autohide = true;
mru-spaces = false; # Don't reorder spaces.
show-recents = false; # Don't keep recent app icons around.
magnification= true;
tilesize = 48;
largesize= 96;
};
}