mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02:00
feat: remove eudict, enable homebrew
This commit is contained in:
@@ -86,7 +86,7 @@ in {
|
|||||||
# homebrew need to be installed manually, see https://brew.sh
|
# homebrew need to be installed manually, see https://brew.sh
|
||||||
# https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix
|
# https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = false; # disable homebrew for fast deploy
|
enable = true; # disable homebrew for fast deploy
|
||||||
|
|
||||||
onActivation = {
|
onActivation = {
|
||||||
autoUpdate = true;
|
autoUpdate = true;
|
||||||
@@ -164,7 +164,6 @@ in {
|
|||||||
"iina" # video player
|
"iina" # video player
|
||||||
"raycast" # (HotKey: alt/option + space)search, caculate and run scripts(with many plugins)
|
"raycast" # (HotKey: alt/option + space)search, caculate and run scripts(with many plugins)
|
||||||
"stats" # beautiful system status monitor in menu bar
|
"stats" # beautiful system status monitor in menu bar
|
||||||
"eudic" # 欧路词典
|
|
||||||
# "reaper" # audio editor
|
# "reaper" # audio editor
|
||||||
"sonic-pi" # music programming
|
"sonic-pi" # music programming
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user