From e7dc282b0be5607b18232e553ca269e4c70776e2 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 8 Dec 2025 16:19:39 +0100 Subject: [PATCH] fix ghostty theme --- modules/hm/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/ghostty.nix b/modules/hm/ghostty.nix index cb4085c..74b5bf1 100644 --- a/modules/hm/ghostty.nix +++ b/modules/hm/ghostty.nix @@ -4,7 +4,7 @@ enableFishIntegration = true; settings = { "font-family" = "Intel One Mono"; - "theme" = "GruvboxDark"; + "theme" = "Gruvbox Dark"; "background-opacity" = 0.6; }; };