mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
fuu
This commit is contained in:
parent
7af0a654b1
commit
ea1363dbe7
2 changed files with 5 additions and 2 deletions
|
|
@ -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 ''
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue