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