mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
fix(darwin): wezterm - terminfo
This commit is contained in:
@@ -22,10 +22,7 @@
|
|||||||
enable = true; # disable
|
enable = true; # disable
|
||||||
|
|
||||||
# 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 =
|
package = pkgs.wezterm;
|
||||||
if pkgs.stdenv.isLinux
|
|
||||||
then pkgs.wezterm
|
|
||||||
else pkgs.hello;
|
|
||||||
|
|
||||||
enableBashIntegration = pkgs.stdenv.isLinux;
|
enableBashIntegration = pkgs.stdenv.isLinux;
|
||||||
enableZshIntegration = pkgs.stdenv.isLinux;
|
enableZshIntegration = pkgs.stdenv.isLinux;
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ in {
|
|||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
"zed" # zed editor
|
"zed" # zed editor
|
||||||
"aerospace" # an i3-like tiling window manager for macOS
|
"aerospace" # an i3-like tiling window manager for macOS
|
||||||
"wezterm"
|
# "wezterm"
|
||||||
# "tor-browser"
|
# "tor-browser"
|
||||||
|
|
||||||
# https://joplinapp.org/help/
|
# https://joplinapp.org/help/
|
||||||
|
|||||||
Reference in New Issue
Block a user