Files
hydro-os/recipes/dnf/environment.yml
Eriq Taing b3bb6643a0
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m47s
Made spacing consistient with other files and added lsb_release package
2025-08-22 18:05:06 -04:00

56 lines
1.0 KiB
YAML

modules:
- type: dnf
repos:
files:
- codium.repo
copr:
- ublue-os/packages
install:
packages:
# ublue udev rules and signing
- ublue-os-udev-rules
- ublue-os-signing
# 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
- xdg-desktop-portal-gnome
# polkit
- polkit
# sound
- wireplumber
- pipewire
- headsetcontrol
# networking
- bluez
- bluez-tools
- firewall-config
# packages for steam script
- lsb_release