From 4dfaf3ab1f37bb748eecc14f42828928f0ee04d4 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 27 Dec 2024 12:02:23 -0500 Subject: [PATCH] ghostty: set theme --- modules/home/all/ghostty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/all/ghostty.nix b/modules/home/all/ghostty.nix index 21181fb..3516e02 100644 --- a/modules/home/all/ghostty.nix +++ b/modules/home/all/ghostty.nix @@ -9,6 +9,7 @@ settings = { gtk-titlebar = false; # better on tiling wm font-size = 10; + theme = "catppuccin-mocha"; }; }; }