set finder settings
This commit is contained in:
parent
a52c051376
commit
e5143c754f
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,16 @@
|
|||
autohide-delay = 0.05;
|
||||
orientation = "bottom";
|
||||
};
|
||||
finder = {
|
||||
AppleShowAllExtensions = true;
|
||||
AppleShowAllFiles = true;
|
||||
CreateDesktop = false;
|
||||
FXDefaultSearchScope = "SCcf"; # current folder
|
||||
FXEnableExtensionChangeWarning = false;
|
||||
NewWindowTarget = "Home";
|
||||
ShowPathbar = true;
|
||||
ShowStatusBar = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.shells = [ pkgs.fish ];
|
||||
|
|
Loading…
Reference in a new issue