add starship

This commit is contained in:
Vinzenz Schroeter 2025-09-28 21:08:34 +02:00
parent 58e4784b31
commit 0c0e10555d
5 changed files with 104 additions and 1847 deletions

View file

@ -3,8 +3,6 @@
config.programs.zsh = {
initContent = ''
export PATH=$PATH:/home/vinzenz/.cargo/bin
source ${./.zsh/p10k.zsh}
'';
enableCompletion = true;
@ -26,5 +24,4 @@
expireDuplicatesFirst = true;
};
};
config.programs.zsh-powerlevel10k.enable = true;
}