From b8e8c95b7f79b2a9069deff725e20e2c78a5d100 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 21 May 2025 22:36:44 -0400 Subject: [PATCH] Install steam and protonup-qt --- recipes/components/steam-module.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/components/steam-module.yml diff --git a/recipes/components/steam-module.yml b/recipes/components/steam-module.yml new file mode 100644 index 0000000..f9eeeb3 --- /dev/null +++ b/recipes/components/steam-module.yml @@ -0,0 +1,10 @@ +modules: + - type: rpm-ostree + repos: + - rpmfusion + install: + - steam + + - type: default-flatpaks + system: + - net.davidotek.pupgui2 \ No newline at end of file