All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 5m37s
43 lines
765 B
YAML
43 lines
765 B
YAML
modules:
|
|
- type: rpm-ostree
|
|
install:
|
|
# sddm
|
|
- sddm
|
|
- sddm-themes
|
|
- qt5-qtgraphicaleffects
|
|
- qt5-qtquickcontrols2
|
|
- qt5-qtsvg
|
|
|
|
# password keeper
|
|
- kf6-kwallet
|
|
- kwalletmanager5
|
|
- pam-kwallet
|
|
|
|
# environment
|
|
# headset control
|
|
- headsetcontrol
|
|
# media related
|
|
- mediainfo
|
|
- playerctl
|
|
- alsa-firmware
|
|
# zip utilities
|
|
- p7zip
|
|
# qt libraries
|
|
- qt5-qtwayland
|
|
- qt6-qtwayland
|
|
# vulkan
|
|
- vulkan-tools
|
|
- vulkan-validation-layers
|
|
|
|
# polkit
|
|
- polkit
|
|
|
|
# sound
|
|
- wireplumber
|
|
- pipewire
|
|
- headsetcontrol
|
|
|
|
# networking
|
|
- bluez
|
|
- bluez-tools
|
|
- firewall-config |