mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 04:56:34 +05:30
remove starship init and add zoxide flags
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user