mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-24 02:11:29 +01:00
feat: darwin - zed editor
This commit is contained in:
@@ -89,7 +89,7 @@ in {
|
||||
enable = false; # disable homebrew for fast deploy
|
||||
|
||||
onActivation = {
|
||||
autoUpdate = false;
|
||||
autoUpdate = true;
|
||||
# 'zap': uninstalls all formulae(and related files) not listed in the generated Brewfile
|
||||
cleanup = "zap";
|
||||
};
|
||||
@@ -146,7 +146,7 @@ in {
|
||||
|
||||
# `brew install --cask`
|
||||
casks = [
|
||||
# "wezterm" # use this one if nixpkgs's wezterm broken
|
||||
"zed" # zed editor
|
||||
|
||||
"squirrel" # input method for Chinese, rime-squirrel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user