13 lines
241 B
Nix
13 lines
241 B
Nix
{
|
|
system.defaults = {
|
|
dock = {
|
|
autohide = true;
|
|
orientation = "left";
|
|
mineffect = "scale";
|
|
minimize-to-application = true;
|
|
showhidden = true;
|
|
show-recents = false;
|
|
tilesize = 40;
|
|
};
|
|
};
|
|
}
|