feat(packages): Move font packages to group var

This commit is contained in:
Marty Oehme 2025-02-22 17:11:58 +01:00
parent e226be23e9
commit 7fa1fd38a1
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 6 additions and 4 deletions

View file

@ -13,6 +13,11 @@ interface:
hosts:
void:
vars:
packages_fonts:
- nerd-fonts-otf
- noto-fonts-ttf
- noto-fonts-cjk
- noto-fonts-emoji
packages_de:
- bemenu
- pinentry-bemenu

View file

@ -21,11 +21,8 @@
- name: Install many fonts
community.general.xbps:
name:
- nerd-fonts-otf
- noto-fonts-ttf
- noto-fonts-cjk
state: present
name: "{{ packages_fonts }}"
notify: installed-fonts
- name: Install base custom stuff