mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 03:11:32 +01:00
fix(darwin): wezterm - terminfo
This commit is contained in:
@@ -22,10 +22,7 @@
|
||||
enable = true; # disable
|
||||
|
||||
# install wezterm via homebrew on macOS to avoid compilation, dummy package here.
|
||||
package =
|
||||
if pkgs.stdenv.isLinux
|
||||
then pkgs.wezterm
|
||||
else pkgs.hello;
|
||||
package = pkgs.wezterm;
|
||||
|
||||
enableBashIntegration = pkgs.stdenv.isLinux;
|
||||
enableZshIntegration = pkgs.stdenv.isLinux;
|
||||
|
||||
@@ -155,7 +155,7 @@ in {
|
||||
"visual-studio-code"
|
||||
"zed" # zed editor
|
||||
"aerospace" # an i3-like tiling window manager for macOS
|
||||
"wezterm"
|
||||
# "wezterm"
|
||||
# "tor-browser"
|
||||
|
||||
# https://joplinapp.org/help/
|
||||
|
||||
Reference in New Issue
Block a user