particle-os-modules/modules/bling
2024-07-27 20:55:06 +02:00
..
installers chore(bling): Depreciate laptop module pt. 1 2024-07-27 20:53:09 +02:00
bling.sh refactor: move bling copr download, switch to ublue staging copr 2024-02-21 17:59:22 +02:00
bling.tsp chore(bling): remove flatpaksync, leave a warning message 2024-07-27 17:56:32 +03:00
dconf-update.service refactor: move bling files to bling module 2024-01-24 18:05:22 +02:00
module.yml chore(bling): Depreciate laptop module pt. 3 2024-07-27 20:55:06 +02:00
README.md chore(bling): remove flatpaksync, leave a warning message 2024-07-27 17:56:32 +03:00

bling

The bling module can be used to pull in small "bling" into your image. Bling is stuff that doesn't necessitate being configured at build time, in the form of configuration files or program installers.

The bling to pull in is declared under install:, and the code for installing them is all in simple named scripts under the installers/ directory. The basic code for the bling module is very similar to the code of the script module.

Submodule documentation

dconf-update-service

The dconf-update-service submodule creates a systemd unit to automatically update changes you make to dconf in your custom image. For an example of a dconf keyfile, see the dconf custom defaults documentation.

Unlike the gschema-overrides module, dconf keyfiles are not checked at compile time