From 1a709320d9979c06264fb192741d90eff9fbaf61 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:21:27 -0400 Subject: [PATCH] fix: Use proper format for fonts module --- recipes/common/jp-common.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/common/jp-common.yml b/recipes/common/jp-common.yml index b300ebc..bef7eb5 100644 --- a/recipes/common/jp-common.yml +++ b/recipes/common/jp-common.yml @@ -11,7 +11,8 @@ modules: - source: distrobox destination: / - type: fonts - nerd-fonts: - - JetBrainsMono - - NerdFontsSymbolsOnly + fonts: + nerd-fonts: + - JetBrainsMono + - NerdFontsSymbolsOnly - from-file: common/bluebuild-logo.yml