From a72f995611fb54c93410e67178573db68289c363 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 18 Jun 2025 17:42:47 +0200 Subject: [PATCH] wildfire: 202 current 2025-06-18 17:41:11 25.05.20250615.6c64dab 6.15.2 * ghostty --- modules/home/ghostty.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/ghostty.nix b/modules/home/ghostty.nix index 57e1f13..4af3035 100644 --- a/modules/home/ghostty.nix +++ b/modules/home/ghostty.nix @@ -3,8 +3,9 @@ enable = true; enableFishIntegration = true; settings = { - "font" = "Intel One Mono"; - "theme" = "gruvbox-dark"; + "font-family" = "Intel One Mono"; + "theme" = "GruvboxDark"; + "background-opacity" = 0.2; }; }; }