updates again
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
20
modules/nix-darwin/system.nix
Normal file
20
modules/nix-darwin/system.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
system.defaults = {
|
||||
finder = {
|
||||
AppleShowAllExtensions = true;
|
||||
AppleShowAllFiles = true;
|
||||
CreateDesktop = false;
|
||||
NewWindowTarget = "Home";
|
||||
QuitMenuItem = true;
|
||||
ShowExternalHardDrivesOnDesktop = false;
|
||||
ShowHardDrivesOnDesktop = false;
|
||||
ShowMountedServersOnDesktop = false;
|
||||
ShowPathbar = true;
|
||||
ShowRemovableMediaOnDesktop = false;
|
||||
};
|
||||
dock = {
|
||||
autohide = true;
|
||||
autohide-delay = 0.0;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user