Add graphics packages

This commit is contained in:
CactiChameleon9 2022-07-15 20:30:23 +01:00
parent 95e53786f9
commit 59b057463d
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- { role: alpine} - { role: alpine}
- { role: arch} - { role: arch}
- { role: packages-development} - { role: packages-development}
- { role: packages-graphics}
# - { role: network, tags: ['network'] } # - { role: network, tags: ['network'] }
# - { role: kernel, tags: ['kernel'] } # - { role: kernel, tags: ['kernel'] }
# - { role: base, tags: ['base'] } # - { role: base, tags: ['base'] }

View File

@ -0,0 +1,7 @@
---
- name: Install Krita
pacman: name=krita
- name: Install Blender
pacman: name=blender