From 79e3c3f76565beef635580cdd5be16a6a0df1d82 Mon Sep 17 00:00:00 2001 From: xynydev Date: Sun, 1 Oct 2023 15:57:42 +0300 Subject: [PATCH] chore: do some testing with the fonts module --- Containerfile | 2 +- config/recipe.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 084869a..98ee177 100644 --- a/Containerfile +++ b/Containerfile @@ -34,7 +34,7 @@ COPY config /tmp/config/ # Copy modules # The default modules are inside ublue-os/bling -COPY --from=ghcr.io/ublue-os/bling:latest /modules /tmp/modules/ +COPY --from=ghcr.io/xynydev/bling:latest /modules /tmp/modules/ # Custom modules overwrite defaults COPY modules /tmp/modules/ diff --git a/config/recipe.yml b/config/recipe.yml index cd06e3f..8353706 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -80,3 +80,19 @@ modules: scripts: # this sets up the proper policy & signing files for signed images to work - signing.sh + + - type: fonts + fonts: + nerd-fonts: + - FiraCode # don't add "Nerd Font" suffix. + - Hack + - SourceCodePro + - Terminus + - JetBrainsMono + - NerdFontsSymbolsOnly + google-fonts: + - Roboto + - Open Sans + - Work Sans + - Outfit + - Space Grotesk \ No newline at end of file