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