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
then {
# install wezterm via homebrew on macOS to avoid compilation, dummy package here.
package = pkgs.hello;
# package = pkgs.hello;
enableBashIntegration = false;
enableZshIntegration = false;
}