mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 09:18:35 +02:00
feat: install wezterm via nixpkgs instead of homebrew
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user