remove starship init and add zoxide flags

This commit is contained in:
2024-02-18 12:43:14 +05:30
parent 829f0cdcfe
commit 903979e1d4

View File

@ -9,13 +9,15 @@
syntaxHighlighting.enable = true;
enableAutosuggestions = true;
initExtra = ''
eval "$(starship init zsh)"
nitch
export WINIT_X11_SCALE_FACTOR=1
'';
};
lazygit.enable = true;
zoxide.enable = true;
zoxide = {
enable = true;
options = [ "--cmd cd" ];
};
ripgrep.enable = true;
btop = {
enable = true;