From 7cc94146b89cdaa07cd3c3a91fcf2799057daa3e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 26 Jan 2024 14:54:21 +0800 Subject: [PATCH] feat: remove eudict, enable homebrew --- modules/darwin/apps.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index ce23e4ea..5f8c561b 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -86,7 +86,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; @@ -164,7 +164,6 @@ in { "iina" # video player "raycast" # (HotKey: alt/option + space)search, caculate and run scripts(with many plugins) "stats" # beautiful system status monitor in menu bar - "eudic" # 欧路词典 # "reaper" # audio editor "sonic-pi" # music programming