mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-01 23:23:09 +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
|
||||
];
|
||||
};
|
||||
|
||||
@@ -17,6 +17,7 @@ let
|
||||
"verible"
|
||||
"gdb"
|
||||
"ncdu"
|
||||
"racket-minimal"
|
||||
];
|
||||
in {
|
||||
nixpkgs.overlays = [
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
show-recents = false; # do not show recent apps in dock
|
||||
# do not automatically rearrange spaces based on most recent use.
|
||||
mru-spaces = false;
|
||||
expose-group-by-app = true; # Group windows by application
|
||||
expose-group-apps = true; # Group windows by application
|
||||
|
||||
# customize Hot Corners(触发角, 鼠标移动到屏幕角落时触发的动作)
|
||||
wvous-tl-corner = 2; # top-left - Mission Control
|
||||
|
||||
Reference in New Issue
Block a user