Files
hydro-os/recipes/dnf/sddm.yml
Eriq Taing 1ca3ef3d82
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 9m40s
Add in quickshell and prepare hyprpanel for deprecation
2025-07-31 23:09:03 -04:00

28 lines
624 B
YAML

modules:
- type: dnf
install:
packages:
# sddm
- sddm
- sddm-themes
- qt5-qtgraphicaleffects
- qt5-qtquickcontrols2
- qt5-qtsvg
# added libraries for quickshell
- qt5-qtimageformats
- qt5-qtmultimedia
- qt6-qtquickcontrols2
- qt6-qtsvg
- qt6-qtimageformats
- qt6-qtmultimedia
- qt6-qt5compat
# added for editing quickshell (qmlls)
- qt5-qtdeclarative-devel
- qt6-qtdeclarative-devel
# password keeper
- kf6-kwallet
- kwalletmanager
- pam-kwallet