From 45a149f05a7568a7d9ad8ce3ac438df95a6df079 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 29 Jan 2024 11:06:42 +0800 Subject: [PATCH] feat: darwin - add tencent-lemon, a macOS cleaner --- modules/darwin/apps.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 39a17ff0..f477c729 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; @@ -146,13 +146,11 @@ in { # `brew install --cask` casks = [ - "zed" # zed editor - "squirrel" # input method for Chinese, rime-squirrel - "firefox" "google-chrome" "visual-studio-code" + "zed" # zed editor # IM & audio & remote desktop & meeting "telegram" @@ -161,13 +159,14 @@ in { "moonlight" # remote desktop client "rustdesk" - # "anki" + # Misc "shadowsocksx-ng" # proxy tool "iina" # video player "raycast" # (HotKey: alt/option + space)search, caculate and run scripts(with many plugins) "stats" # beautiful system status monitor in menu bar # "reaper" # audio editor "sonic-pi" # music programming + "tencent-lemon" # macOS cleaner # Development "mitmproxy" # HTTP/HTTPS traffic inspector