mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
ensuring all packages have their latest version installed
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
become: true
|
||||
pacman:
|
||||
name: ttf-jetbrains-mono-nerd
|
||||
state: present
|
||||
state: latest
|
||||
- name: Install Noto Fonts Emoji (for emojis support)
|
||||
become: true
|
||||
pacman:
|
||||
name: noto-fonts-emoji
|
||||
state: present
|
||||
state: latest
|
||||
- name: Setup Fonts
|
||||
synchronize:
|
||||
src: fontconfig
|
||||
|
||||
Reference in New Issue
Block a user