All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 13m26s
Reviewed-on: #55 Co-authored-by: Eriq Taing <eriq12@protonmail.com> Co-committed-by: Eriq Taing <eriq12@protonmail.com>
17 lines
367 B
YAML
17 lines
367 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
copr:
|
|
- peterwu/rendezvous
|
|
install:
|
|
packages:
|
|
# Themes and fonts
|
|
# emoji fonts
|
|
- google-noto-emoji-fonts
|
|
|
|
# theme and GUI
|
|
- fontawesome-fonts-all
|
|
- gnome-themes-extra
|
|
- papirus-icon-theme
|
|
- bibata-cursor-themes
|
|
- material-icons-fonts |