Add some packages

This commit is contained in:
Yorick Barbanneau 2023-03-11 02:56:54 +01:00
parent d05ed674de
commit 1ad87749f5

View file

@ -84,7 +84,7 @@
when: ansible_distribution == "Archlinux"
become: true
- name: Install packages on Arch
- name: Install packages on Debian
ansible.builtin.package:
pkg:
- arc-theme
@ -93,8 +93,12 @@
- fonts-liberation2
- fonts-linuxlibertine
- fonts-noto-color-emoji
- libglib2.0-0
- libglib2.0-bin
- lmodern
- pandoc
- pinentry-gnome3
- pulseaudio-utils
- texlive
- webext-browserpass
when: ansible_distribution == "Debian"
become: true
@ -109,12 +113,15 @@
- foot-terminfo
- fzf
- g++
- hugo
- npm
- mpv
- pipewire
- pipewire-pulse
- rsync
- waybar
- wireplumber
- xdg-desktop-portal-wlr
- xwayland
become: true
@ -131,7 +138,7 @@
scope: user
daemon-reload: true
- name: Activate Import Gsettings service
- name: Activate Import Various service
ansible.builtin.systemd:
name: '{{ item }}'
scope: user