From b60e3c043abeb88f0f1a2bfe0bd8519c84a02ff8 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Fri, 26 Sep 2025 23:58:12 +0200 Subject: [PATCH] starship: remove catppuchin since it causes pure eval errors --- modules/home/apps/cli-apps/starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/apps/cli-apps/starship/default.nix b/modules/home/apps/cli-apps/starship/default.nix index 98e6cc5..1763226 100644 --- a/modules/home/apps/cli-apps/starship/default.nix +++ b/modules/home/apps/cli-apps/starship/default.nix @@ -16,7 +16,7 @@ in }; config = mkIf cfg.enable { - catppuccin.starship.enable = true; + catppuccin.starship.enable = false; programs = { fish.shellInit = " starship init fish | source