393c2e72bd
Replace programs.zsh (powerlevel10k theme) with programs.fish and starship prompt integration. Fish provides autosuggestions and syntax highlighting out of the box, eliminating the need for separate plugins. https://claude.ai/code/session_01NS2hpapno51a1Ng7hWaQKy
6 lines
45 B
Nix
6 lines
45 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.fish.enable = true;
|
|
}
|