Switched from p10k to starship

This commit is contained in:
alejandro-angulo 2024-09-17 19:34:27 -07:00
parent a816f12d4c
commit 16de7d225a
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -37,17 +37,13 @@ in {
src = inputs.zsh-syntax-highlighting; src = inputs.zsh-syntax-highlighting;
file = "zsh-syntax-highlighting.zsh"; file = "zsh-syntax-highlighting.zsh";
} }
{
name = "powerlevel10k";
src = inputs.powerlevel10k;
file = "powerlevel10k.zsh-theme";
}
{
name = "powerlevel10k-config";
src = lib.cleanSource ./.;
file = "p10k.zsh";
}
]; ];
}; };
programs.starship = {
enable = true;
enableTransience = true;
catppuccin.enable = true;
};
}; };
} }