Skip to content

Commit

Permalink
fix(darwin): wezterm - terminfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Oct 23, 2024
1 parent 051c37a commit 0fb0601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions home/base/gui/terminal/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion modules/darwin/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 0fb0601

Please sign in to comment.