feat: install wezterm via nixpkgs instead of homebrew

This commit is contained in:
Ryan Yin
2023-12-25 15:23:26 +08:00
parent 54cd7bdcdb
commit bbe6ac0fcd
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@
if pkgs.stdenv.isDarwin if pkgs.stdenv.isDarwin
then { then {
# install wezterm via homebrew on macOS to avoid compilation, dummy package here. # install wezterm via homebrew on macOS to avoid compilation, dummy package here.
package = pkgs.hello; # package = pkgs.hello;
enableBashIntegration = false; enableBashIntegration = false;
enableZshIntegration = false; enableZshIntegration = false;
} }

View File

@@ -137,7 +137,7 @@ in {
# `brew install --cask` # `brew install --cask`
casks = [ casks = [
"wezterm" # "wezterm" # use this one if nixpkgs's wezterm broken
"squirrel" # input method for Chinese, rime-squirrel "squirrel" # input method for Chinese, rime-squirrel