dotfiles/tasks/applications.yml
Jake Howard 183972549f
Use DKMS modules for virtualbox
The others require the non-LTS kernel
2021-02-23 23:01:53 +00:00

38 lines
626 B
YAML

- name: Install Virtualbox dependencies
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- virtualbox-host-dkms
- name: Install general applications
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- bleachbit
- clamtk
- filezilla
- firefox
- gimp
- ghostwriter
- glogg
- gparted
- hplip
- inkscape
- kdenlive
- kodi
- libreoffice-fresh
- libreoffice-fresh-en-gb
- minecraft
- obs-studio
- slack-desktop
- steam
- thunderbird
- tor-browser
- virtualbox
- vlc
- xsane