mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added noto fonts emoji installation
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
hosts: localhost
|
||||
connection: local
|
||||
tasks:
|
||||
- name: Install Noto Fonts Emoji (for emojis support)
|
||||
become: true
|
||||
pacman:
|
||||
name: noto-fonts-emoji
|
||||
state: present
|
||||
- name: Install Unzip (uncompression utility)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user