All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m43s
17 lines
297 B
YAML
17 lines
297 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
copr:
|
|
- solopasha/hyprland
|
|
install:
|
|
packages:
|
|
- hyprland-git
|
|
- hyprpanel
|
|
- hyprpolkitagent
|
|
- hyprshot
|
|
|
|
- type: systemd
|
|
user:
|
|
enabled:
|
|
- hyprpanel.service
|
|
- hyprpolkitagent.service |