* feat(bling): rpmfusion & negativo17 repo helpers * chore: Make adding negativo repo more robust * chore: Make sure that priority is set when negativo repo is installed * chore: Improve RPMFusion repo install robustness * chore: Fix some indendation * chore: Fix some indetation pt. 2 * chore: Install all RPMFusion repos in cases when only free or non-free repo is installed * chore: Install all RPMFusion repos in cases when only free or non-free repo is installed pt. 2 --------- Co-authored-by: fiftydinar <65243233+fiftydinar@users.noreply.github.com>
11 lines
584 B
YAML
11 lines
584 B
YAML
name: bling
|
|
shortdesc: The bling module can be used to pull in small "bling" into your image.
|
|
example: |
|
|
type: bling
|
|
install:
|
|
- rpmfusion # install RPMFusion repos, disable negativo17 repos if installed
|
|
- negativo17 # install negativo17 repos and set priority to 90, uninstall RPMFusion repos if installed
|
|
- ublue-update # https://github.com/ublue-os/ublue-update
|
|
- 1password # install 1Password (stable) and `op` CLI tool
|
|
- dconf-update-service # a service unit that updates the dconf db on boot
|
|
- gnome-vrr # enables gnome-vrr for your image
|