From ac0eeb8d86350c62b172fddace7fd3584c18704d Mon Sep 17 00:00:00 2001 From: isabel Date: Fri, 17 Jan 2025 23:22:48 +0000 Subject: [PATCH] fix(ghostty): don't install bat --- home/isabel/packages/gui/terminals/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/isabel/packages/gui/terminals/ghostty.nix b/home/isabel/packages/gui/terminals/ghostty.nix index 35cd8e05..b5db7a38 100644 --- a/home/isabel/packages/gui/terminals/ghostty.nix +++ b/home/isabel/packages/gui/terminals/ghostty.nix @@ -21,6 +21,9 @@ in enableFishIntegration = config.programs.fish.enable; enableZshIntegration = config.programs.zsh.enable; + # produces an error, besides it's not needed since catppuccin/nix handles this for us + installBatSyntax = false; + settings = { command = "/etc/profiles/per-user/isabel/bin/fish --login";