From 23180eb761a93f605488bebca31027642a431bf9 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 23 Jan 2025 02:40:48 +0100 Subject: [PATCH] thememememememememmememememememe --- modules/home/caem/development/ghostty.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; }; }; }