fix zoxide, add lazygit

This commit is contained in:
atagen 2022-08-21 02:02:48 +10:00
parent 7043ef2d2c
commit af85691d5f
2 changed files with 4 additions and 5 deletions

View file

@ -22,13 +22,12 @@
home.packages = with pkgs; [
kitty
thunderbird
btop
bat
broot
fd
lazygit
rust-analyzer-nightly
(fenix.complete.withComponents [
@ -111,7 +110,7 @@
enableVteIntegration = true;
autocd = true;
defaultKeymap = "viins";
initExtra = "\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\n";
initExtra = "\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\neval \"$(zoxide init zsh)\"\n";
plugins = [
{
name = "powerlevel10k";