From a2f09d4f75cf9d00fa225bf3a75a01a23b6feeaa Mon Sep 17 00:00:00 2001 From: brustybee Date: Wed, 25 Mar 2026 01:00:42 +0530 Subject: lot is a lot --- common/modules/matugen/templates/matugen-terminal.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/modules/matugen/templates/matugen-terminal.nix') diff --git a/common/modules/matugen/templates/matugen-terminal.nix b/common/modules/matugen/templates/matugen-terminal.nix index 5ae9d86..c592226 100644 --- a/common/modules/matugen/templates/matugen-terminal.nix +++ b/common/modules/matugen/templates/matugen-terminal.nix @@ -87,9 +87,9 @@ xdg.configFile."matugen/templates/ghostty.conf" = { text = '' <* if {{ is_dark_mode }} *> - background = '{{colors.background.default.hex}}' + background = {{colors.background.default.hex}} <* else *> - background = '{{colors.surface_container.default.hex}}' + background = {{colors.surface_container.default.hex}} <* endif *> foreground = {{colors.on_surface.default.hex}} cursor-color = {{colors.primary.default.hex}} -- cgit v1.3.1