From 1d0c0996cb1e3beca1d3621e8f95a137454fe14d Mon Sep 17 00:00:00 2001 From: Arnie Date: Sun, 5 Jan 2025 23:51:55 +0100 Subject: [PATCH] Add ghostty config to mac --- devices/lcech-mac-veracode.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devices/lcech-mac-veracode.nix b/devices/lcech-mac-veracode.nix index 048d450..4f1f979 100644 --- a/devices/lcech-mac-veracode.nix +++ b/devices/lcech-mac-veracode.nix @@ -24,6 +24,16 @@ in watch ]; + # 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; + ''; + }; + }; + programs.direnv = { enable = true; nix-direnv.enable = true;