chore: update flake.lock, reinit macbook-fern

This commit is contained in:
Ryan Yin
2025-01-26 19:54:43 +08:00
parent 7deed26cc5
commit 922a59a68b
8 changed files with 122 additions and 245 deletions

View File

@@ -93,7 +93,7 @@ in {
# homebrew need to be installed manually, see https://brew.sh
# https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix
homebrew = {
enable = false; # disable homebrew for fast deploy
enable = true; # disable homebrew for fast deploy
onActivation = {
autoUpdate = true; # Fetch the newest stable branch of Homebrew's git repo
@@ -116,9 +116,7 @@ in {
};
taps = [
"homebrew/cask-fonts"
"homebrew/services"
"homebrew/cask-versions"
"hashicorp/tap"
"nikitabobko/tap" # aerospace - an i3-like tiling window manager for macOS
@@ -187,8 +185,8 @@ in {
"mitmproxy" # HTTP/HTTPS traffic inspector
"insomnia" # REST client
"wireshark" # network analyzer
"jdk-mission-control" # Java Mission Control
"google-cloud-sdk" # Google Cloud SDK
# "jdk-mission-control" # Java Mission Control
# "google-cloud-sdk" # Google Cloud SDK
"miniforge" # Miniconda's community-driven distribution
];
};