Separated the dnf file yml into components and reordered it to install properly
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 12m22s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 12m22s
This commit is contained in:
15
recipes/dnf/sddm.yml
Normal file
15
recipes/dnf/sddm.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
modules:
|
||||
- type: dnf
|
||||
install:
|
||||
packages:
|
||||
# sddm
|
||||
- sddm
|
||||
- sddm-themes
|
||||
- qt5-qtgraphicaleffects
|
||||
- qt5-qtquickcontrols2
|
||||
- qt5-qtsvg
|
||||
|
||||
# password keeper
|
||||
- kf6-kwallet
|
||||
- kwalletmanager
|
||||
- pam-kwallet
|
Reference in New Issue
Block a user