mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
17 lines
433 B
YAML
17 lines
433 B
YAML
|
- name: Install gaming fedora packages
|
||
|
dnf:
|
||
|
name:
|
||
|
- lutris # Video game preservation platform
|
||
|
- gamemode # Optimize system performance for games on demand
|
||
|
- wine # A compatibility layer for windows applications
|
||
|
- steam
|
||
|
state: present
|
||
|
become: true
|
||
|
|
||
|
#- name: Install gaming flatpaks
|
||
|
# flatpak:
|
||
|
# name:
|
||
|
# - com.valvesoftware.Steam
|
||
|
# state: present
|
||
|
# become: true
|