diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-12-01 00:05:09 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-12-01 00:05:09 +0100 |
| commit | 7b763f9e321cb9f11dfa298834d766220db12d0f (patch) | |
| tree | cfdc183b38f9cda85d66435d83dc879295325f63 /host_vars/archlinux.local.yml.example | |
| parent | 4ec1448cf90d3080ce4fe151e4c9a08fa8c08170 (diff) | |
Add font configurations in a role
Diffstat (limited to 'host_vars/archlinux.local.yml.example')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 377e7a40..35568fca 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -24,3 +24,7 @@ wireguard_connections: PublicKey = server_public_key AllowedIPs = 0.0.0.0/0 Endpoint = vpn.com:51820 + +fonts_extra: + - "ttf-dejavu" + - "noto-fonts" |
