From a77b0a99e1c259faf5628774060b32364bb7d269 Mon Sep 17 00:00:00 2001 From: Lukas Cech Date: Mon, 6 Jan 2025 00:04:03 +0100 Subject: [PATCH] Update ghostty configuration --- devices/lcech-mac-veracode.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/lcech-mac-veracode.nix b/devices/lcech-mac-veracode.nix index 4f1f979..723d53a 100644 --- a/devices/lcech-mac-veracode.nix +++ b/devices/lcech-mac-veracode.nix @@ -27,9 +27,9 @@ in # ghostty marked as broken as of 2025-01-05 in nix, using homebrew and custom config home.file = { "${homedir}/Library/Application Support/com.mitchellh.ghostty/config" = { - source = '' - theme = "catppuccin-mocha"; - font-size = 10; + text = '' + theme = "catppuccin-mocha" + font-size = 14 ''; }; };