Skip to content

Commit

Permalink
chore: do some testing with the fonts module
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Oct 1, 2023
1 parent 42ebe27 commit 79e3c3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
16 changes: 16 additions & 0 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79e3c3f

Please sign in to comment.