* feat: add initial module.yml for rpm-ostree * chore: add shortdesc to module.yml * feat: add missing module.ymls * feat: add website rebuild action for module reference updates * chore: remove old readme in modules dir * refactor: switch to a hybrid module.yml + README arrangement * chore: switch docs to use starlight aside syntax
12 lines
No EOL
676 B
YAML
12 lines
No EOL
676 B
YAML
name: bling
|
|
shortdesc: The bling module can be used to pull in small "bling" into your image.
|
|
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/bling/README.md
|
|
example: |
|
|
type: bling
|
|
install:
|
|
# - 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
|
|
# - laptop # installs TLP and configures your system for laptop usage
|
|
# - flatpaksync # allows synchronization of user-installed flatpaks, see separate documentation section |