particle-os-modules/modules/yafti
xyny 5e455a1477
refactor: start using module.yml for module metadata (#116)
* 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
2024-02-04 16:05:22 +00:00
..
launcher feat: include files in yafti module 2024-01-24 18:42:34 +02:00
module.yml refactor: start using module.yml for module metadata (#116) 2024-02-04 16:05:22 +00:00
README.md refactor: start using module.yml for module metadata (#116) 2024-02-04 16:05:22 +00:00
yafti.sh fix: ignore error when yafti.yml present 2024-01-27 19:07:31 +02:00
yafti.yml feat: include files in yafti module 2024-01-24 18:42:34 +02:00

yafti

The yafti module can be used to install yafti and set it up to run on first boot. Also yafti's dependencies, python3-pip and libadwaita are installed.

Optionally, a list of Flatpak names and IDs can be included under custom-flatpaks:. These will be enabled by default under their own section on the Flatpak installation screen of yafti.

A default version of the yafti configuration file, yafti.yml, is supplied by this module. To make your own, create the file at /usr/share/ublue-os/firstboot/yafti.yml. The default version of the file can be found here.