mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02:00
chore: update flake.lock, reinit macbook-fern
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user