From b3bb6643a087896e26185fa3a564834e126b8da5 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 22 Aug 2025 18:05:06 -0400 Subject: [PATCH] Made spacing consistient with other files and added lsb_release package --- recipes/dnf/environment.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/recipes/dnf/environment.yml b/recipes/dnf/environment.yml index c345047..e287853 100644 --- a/recipes/dnf/environment.yml +++ b/recipes/dnf/environment.yml @@ -14,20 +14,26 @@ modules: # environment # xwayland - xorg-x11-server-Xwayland + # headset control - headsetcontrol + # media related - mediainfo - playerctl - alsa-firmware + # zip utilities - p7zip + # qt libraries - qt5-qtwayland - qt6-qtwayland + # vulkan - vulkan-tools - vulkan-validation-layers + # xdg-desktop-portals - xdg-desktop-portal - xdg-desktop-portal-gtk @@ -44,4 +50,7 @@ modules: # networking - bluez - bluez-tools - - firewall-config \ No newline at end of file + - firewall-config + + # packages for steam script + - lsb_release \ No newline at end of file