From dab57c7754f763f19a4fdc7bcd2ef8b8dd437a97 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 2 Jun 2026 23:14:46 +0200 Subject: [PATCH] Ghostty fix theme --- homes/julian/features/ghostty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/julian/features/ghostty/default.nix b/homes/julian/features/ghostty/default.nix index 5ebb2c8..80ce9d6 100644 --- a/homes/julian/features/ghostty/default.nix +++ b/homes/julian/features/ghostty/default.nix @@ -7,7 +7,7 @@ enable = true; enableFishIntegration = true; settings = { - theme = "catppuccin-mocha"; + # theme = "catppuccin-mocha"; font-size = 12; }; };