From fd039ff7cdb63148456a6589ea01d76f9cf31aeb Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 1 Apr 2024 22:06:42 +0200 Subject: [PATCH] home-profile: zsh remove starship option --- configurations/profile/home/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index c95d8b9..67c45d3 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -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"; };