diff --git a/modules/home/caem/development/ghostty.nix b/modules/home/caem/development/ghostty.nix index f358c97..bfa3400 100644 --- a/modules/home/caem/development/ghostty.nix +++ b/modules/home/caem/development/ghostty.nix @@ -6,11 +6,12 @@ enableZshIntegration = true; settings = let literally_a_billion_million = 10000000000000; - in{ + in { font-family = "Go Mono Nerd Font"; font-size = 12; background-opacity = 0.95; scrollback-limit = literally_a_billion_million; + theme = "Fahrenheit"; }; }; }