dotfiles/tasks/applications.yml
Jake Howard c942387f08
All checks were successful
/ lint (push) Successful in 1m41s
/ lint (pull_request) Successful in 1m37s
Allow thunderbird to minimise to tray
2023-09-23 15:18:49 +01:00

39 lines
704 B
YAML

- name: Install Virtualbox dependencies
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- virtualbox-host-modules-arch
- name: Install general applications
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- bleachbit
- clamtk
- discord
- filezilla
- firefox
- gimp
- ghostwriter
- gparted
- hplip
- inkscape
- kdenlive
- kodi
- libreoffice-fresh
- libreoffice-fresh-en-gb
- minecraft-launcher
- obs-studio
- obsidian
- slack-desktop
- steam
- systray-x-kde
- thunderbird
- tor-browser
- virtualbox
- vlc
- xsane