dotfiles/.config/ansible/roles/arch/packages/tasks/modules/gaming.yml
Sergio Laín 23c129bf01
feat(ansible): added modules for a more customizable installation instead of just minimal and full
gaming, coding and multimedia (i still had to do the last)
2023-11-20 00:36:57 +01:00

41 lines
630 B
YAML

# PACMAN
- name: Install Pacman Packages
pacman:
name:
# Launchers
- steam
# Emulators
- retroarch
# Tools
- gamemode
# AUR
- name: Install AUR Packages
become: true
become_user: aur_builder
aur:
use: yay
name:
# Launchers
- heroic-games-launcher
- atlauncher-bin
# Emulators
- dolphin-emu
- cemu-bin
- duckstation-git
- gzdoom
- rpcs3-bin
- ryujinx-bin
- pcsx2-latest-bin
- xemu-bin
# Tools
- proton-ge-custom-bin
- vkbasalt
- ludusavi
# Others
- adwsteamgtk