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; }; }; }