From 4c93b9833a7d707586763f4117fe92eb63e90e63 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 13 Apr 2026 20:01:22 +0100 Subject: [PATCH] Ensure Ghostty themes directory exists for matugen Co-Authored-By: Claude Opus 4.6 --- home-manager/fred.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/fred.nix b/home-manager/fred.nix index cd0c357..a13f0e9 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -14,6 +14,9 @@ { allowUnfree = true; } ''; + # Ensure Ghostty themes directory exists for matugen + home.file.".config/ghostty/themes/.keep".text = ""; + # Ghostty config home.file.".config/ghostty/config".force = true; home.file.".config/ghostty/config".text = ''