diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-23 17:03:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-23 17:04:18 +0200 |
| commit | 2496520d9ea994140870a5059cbf5f4da11f9c0f (patch) | |
| tree | f72c1d7c22078ad056728bcbd8d478534348581b /roles/font/vars | |
| parent | 438e8629828f1c45743deb306580af6193a294bd (diff) | |
Refactor font role to install missing alacritty nerd fonts on ubuntu
Diffstat (limited to 'roles/font/vars')
| -rw-r--r-- | roles/font/vars/archlinux.yml | 2 | ||||
| -rw-r--r-- | roles/font/vars/debian.yml | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/roles/font/vars/archlinux.yml b/roles/font/vars/archlinux.yml index 2de675d6..e3d27fff 100644 --- a/roles/font/vars/archlinux.yml +++ b/roles/font/vars/archlinux.yml @@ -5,6 +5,8 @@ font_packages: - "noto-fonts" - "noto-fonts-emoji" +font_nerd_fonts: [] + font_google_font_families: - "PT Sans" diff --git a/roles/font/vars/debian.yml b/roles/font/vars/debian.yml index 73714a56..a028953a 100644 --- a/roles/font/vars/debian.yml +++ b/roles/font/vars/debian.yml @@ -10,6 +10,10 @@ font_packages: font_google_font_families: [] +font_nerd_fonts: + - name: "JetBrainsMono" + version: "3.2.1" + font_presets: - src: "/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf" dest: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf" |
