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 | c93d91e4a0b61d90d9c2de140f750419c1a33735 (patch) | |
| tree | cfdc183b38f9cda85d66435d83dc879295325f63 /host_vars | |
| parent | 4c2043dc1fa697c0cf2210d9466ff847b074cc34 (diff) | |
Add font configurations in a role
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 4 | ||||
| -rw-r--r-- | host_vars/ubuntu.local.yml.example | 4 |
2 files changed, 8 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" diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example index fa4fb83f..e39c17db 100644 --- a/host_vars/ubuntu.local.yml.example +++ b/host_vars/ubuntu.local.yml.example @@ -35,3 +35,7 @@ firefox_policies_override: DisableAppUpdate: true DisableFirefoxStudies: false DisableTelemetry: false + +fonts_extra: + - "fonts-font-awesome" + - "fonts-google-fira" |
