mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-26 10:04:24 +02:00
home-profile: zsh remove starship option
This commit is contained in:
parent
e69a55340e
commit
fd039ff7cd
@ -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";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user