diff --git a/playbook.yml b/playbook.yml index b768035..95efb38 100644 --- a/playbook.yml +++ b/playbook.yml @@ -80,6 +80,7 @@ - name: Install packages on Arch ansible.builtin.package: pkg: + - arc-solid-gtk-theme - glib2 - pinentry - gcr @@ -90,7 +91,7 @@ - ttf-joypixels - ttf-liberation - ttf-linux-libertine - - arc-solid-gtk-theme + - xorg-xwayland when: ansible_distribution == "Archlinux" become: true @@ -103,15 +104,19 @@ - fonts-liberation2 - fonts-linuxlibertine - fonts-noto-color-emoji + - g++ - libglib2.0-bin - lmodern - libnotify-bin + - opensc-pkcs11 - pandoc - pinentry-gnome3 - pulseaudio-utils - qtwayland5 + - scdaemon - texlive - webext-browserpass + - xwayland when: ansible_distribution == "Debian" become: true @@ -125,23 +130,19 @@ - foot - foot-terminfo - fzf - - g++ - highlight - hugo - imv - npm - mpv - opensc - - opensc-pkcs11 - pipewire - pipewire-pulse - qutebrowser - rsync - - scdaemon - waybar - wireplumber - xdg-desktop-portal-wlr - - xwayland become: true - name: Copy executable files