mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
14 lines
610 B
YAML
14 lines
610 B
YAML
- name: Install gaming dnf packages
|
|
xbps:
|
|
name:
|
|
- libdrm-32bit # Userspace interface to kernel DRM services (32bit)
|
|
- libgcc-32bit # GNU Compiler Collection - GCC library (32bit)
|
|
- libstdc++-32bit # GNU Compiler Collection - Standard C++ Library (32bit)
|
|
- mesa-dri-32bit # Mesa DRI drivers (32bit)
|
|
- steam # Launcher for the Steam software distribution service
|
|
- lutris # Video game preservation platform
|
|
- gamemode # Optimize system performance for games on demand
|
|
- wine # A compatibility layer for windows applications
|
|
state: present
|
|
become: true
|