added evince & more tmux config

This commit is contained in:
aminnairi
2023-05-24 14:02:12 +02:00
parent ae27bb5571
commit 309cf24526
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@
hosts: localhost
connection: local
tasks:
- name: Install Evince (PDF viewer & editor)
become: true
pacman:
name: evince
state: present
- name: Install Noto Fonts Emoji (for emojis support)
become: true
pacman: