machine_setup/ansible/roles/fonts/tasks/linux.yaml

13 lines
354 B
YAML
Raw Normal View History

2022-10-17 19:22:46 +00:00
- name: Install packages
package:
2022-10-17 19:22:46 +00:00
name:
- adobe-source-code-pro-fonts
- adobe-source-sans-fonts
# - ttf-cascadia-code # ttf existing at all breaks fonts in emacs
- otf-cascadia-code # ttf cascadia broken in emacs
- noto-fonts
- noto-fonts-cjk
- noto-fonts-emoji
- noto-fonts-extra
state: present