feat: ✨ Add all apps to my dock
This commit is contained in:
parent
9522f68c3c
commit
70478ce248
22
flake.nix
22
flake.nix
@ -24,9 +24,9 @@
|
|||||||
pkgs.termdown
|
pkgs.termdown
|
||||||
pkgs.gh-copilot
|
pkgs.gh-copilot
|
||||||
pkgs.gh
|
pkgs.gh
|
||||||
pkgs.zathura
|
pkgs.zathura
|
||||||
pkgs.texliveMedium
|
pkgs.texliveMedium
|
||||||
pkgs.texlab
|
pkgs.texlab
|
||||||
];
|
];
|
||||||
|
|
||||||
# HomeBrew configuration
|
# HomeBrew configuration
|
||||||
@ -92,6 +92,22 @@
|
|||||||
orientation = "left";
|
orientation = "left";
|
||||||
show-recents = false;
|
show-recents = false;
|
||||||
autohide-time-modifier = 0.0;
|
autohide-time-modifier = 0.0;
|
||||||
|
persistent-apps = [
|
||||||
|
"/System/Applications/Launchpad.app"
|
||||||
|
"/System/Applications/Messages.app"
|
||||||
|
"/Applications/Firefox.app"
|
||||||
|
"/System/Applications/Mail.app"
|
||||||
|
"/System/Applications/Calendar.app"
|
||||||
|
"/System/Applications/Reminders.app"
|
||||||
|
"/System/Applications/Notes.app"
|
||||||
|
"/System/Applications/Music.app"
|
||||||
|
"/Applications/Discord.app"
|
||||||
|
"/Applications/Zed.app"
|
||||||
|
"/Applications/Visual\ Studio\ Code.app"
|
||||||
|
"/Applications/iTerm.app"
|
||||||
|
"/System/Applications/System\ Settings.app"
|
||||||
|
"/Applications/Notion.app"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
finder.FXPreferredViewStyle = "Nlsv";
|
finder.FXPreferredViewStyle = "Nlsv";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user