mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
feat: huge darwin overhaul
This commit is contained in:
parent
7935aa65f5
commit
c4888c276b
16 changed files with 367 additions and 230 deletions
21
modules/darwin/dock.nix
Normal file
21
modules/darwin/dock.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
system.defaults.dock = {
|
||||
autohide = true;
|
||||
|
||||
mouse-over-hilite-stack = true;
|
||||
|
||||
show-recents = false;
|
||||
mru-spaces = false;
|
||||
|
||||
tilesize = 48;
|
||||
|
||||
enable-spring-load-actions-on-all-items = true;
|
||||
|
||||
expose-animation-duration = 0.1;
|
||||
|
||||
persistent-apps = [
|
||||
{ app = "/Applications/Zen.app"; }
|
||||
{ app = "/Applications/Ghostty.app"; }
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue