This commit is contained in:
2025-10-19 17:37:57 +00:00
parent f04a4f7a0b
commit 0c887b125f
3 changed files with 5 additions and 8 deletions

View File

@@ -62,8 +62,10 @@
enable = true; enable = true;
username = user; username = user;
entries = [ entries = [
{path = "/Applications/Zen.app/";} {path = "/Applications/Helium.app/";}
{path = "/${pkgs.ghostty-bin}/Applications/Ghostty.app/";} {path = "/${pkgs.ghostty-bin}/Applications/Ghostty.app/";}
{path = "/System/Applications/Calendar.app/";}
{path = "/System/Applications/Mail.app/";}
{path = "/System/Applications/Notes.app/";} {path = "/System/Applications/Notes.app/";}
{path = "/System/Applications/Music.app/";} {path = "/System/Applications/Music.app/";}
{path = "/System/Applications/System Settings.app/";} {path = "/System/Applications/System Settings.app/";}

View File

@@ -1,10 +1,6 @@
{ {
homebrew = { homebrew = {
enable = true; enable = true;
casks = [ casks = [];
"hey-desktop"
"zen"
"pareto-security"
];
}; };
} }

View File

@@ -4,8 +4,7 @@ with pkgs; [
dockutil dockutil
mas mas
raycast raycast
# tailscale tailscale
whatsapp-for-mac whatsapp-for-mac
jetbrains.datagrip
xcodes xcodes
] ]