This commit is contained in:
Sridhar Ratnakumar 2025-07-29 17:44:21 -04:00
parent 7af0a654b1
commit ea1363dbe7
2 changed files with 5 additions and 2 deletions

View file

@ -11,11 +11,13 @@
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
plugins = [
{
# Fuck buggy software
# https://github.com/jeffreytse/zsh-vi-mode/issues/317
/* {
name = "vi-mode";
src = pkgs.zsh-vi-mode;
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
}
} */
];
envExtra = lib.mkIf pkgs.stdenv.isDarwin ''

View file

@ -11,6 +11,7 @@
# Terms
# ./all/rio.nix
# ./all/wezterm
./all/nushell
./all/ghostty.nix # Install it anyway for TERM to work on VMs
# ./all/kitty.nix
];