mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-23 01:19:01 +01:00
feat: install wezterm via nixpkgs instead of homebrew
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -137,7 +137,7 @@ in {
|
||||
|
||||
# `brew install --cask`
|
||||
casks = [
|
||||
"wezterm"
|
||||
# "wezterm" # use this one if nixpkgs's wezterm broken
|
||||
|
||||
"squirrel" # input method for Chinese, rime-squirrel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user