mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-02-07 12:19:11 +00:00
7581863a4f
Now, it's becoming similar to my NixOS configuration. Not as declarative and working out of the box as it requires a server but it's the closest thing. I'll explore more configurations as I go along.
23 lines
374 B
YAML
23 lines
374 B
YAML
---
|
|
- name: Install i18n tools
|
|
dnf:
|
|
state: present
|
|
name:
|
|
- fcitx5
|
|
- fcitx5-configtool
|
|
- fcitx5-gtk4
|
|
- fcitx5-lua
|
|
- fcitx5-mozc
|
|
- fcitx5-rime
|
|
- librime
|
|
- librime-tools
|
|
- mozc
|
|
|
|
- name: Install fonts for i18n
|
|
dnf:
|
|
state: present
|
|
name:
|
|
- google-noto-cjk-fonts
|
|
- google-noto-cjk-fonts-common
|
|
|