home-profile: zsh remove starship option

This commit is contained in:
Mateusz Słodkowicz 2024-04-01 22:06:42 +02:00
parent e69a55340e
commit fd039ff7cd
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ in
{
options.materus.profile.zsh.enable = materusArg.pkgs.lib.mkBoolOpt config.materus.profile.enableTerminalExtra "Enable materus zsh config";
options.materus.profile.zsh.prompt = lib.mkOption {
type = lib.types.enum [ "p10k" "starship" ];
type = lib.types.enum [ "p10k" ];
example = "p10k";
default = "p10k";
};