up
This commit is contained in:
@@ -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/";}
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
{
|
{
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
casks = [
|
casks = [];
|
||||||
"hey-desktop"
|
|
||||||
"zen"
|
|
||||||
"pareto-security"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ with pkgs; [
|
|||||||
dockutil
|
dockutil
|
||||||
mas
|
mas
|
||||||
raycast
|
raycast
|
||||||
# tailscale
|
tailscale
|
||||||
whatsapp-for-mac
|
whatsapp-for-mac
|
||||||
jetbrains.datagrip
|
|
||||||
xcodes
|
xcodes
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user