particle-os-modules/modules/gnome-extensions/module.yml
fiftydinar 04d94eacb2 feat: gnome-extensions module
If you wished to install some Gnome extension, but couldn't find it in RPM, this extension will help you in that.

Basically all extensions are supported, with some rare extensions like Pano just additionally needing some system dependencies.

See README for more details.
2024-04-08 19:21:36 +02:00

8 lines
625 B
YAML

name: gnome-extensions
shortdesc: The gnome-extensions module can be used to install Gnome extensions inside system directory.
readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/gnome-extensions/README.md
example: |
type: gnome-extensions
install:
gettext-domain: # Omit @ symbol from gettext-domain. You can see the gettext-domain by looking into extension metadata.json.
- nightthemeswitcherromainvigier.fr.v75 # Version must be specified by adding .v%VERSION% after gettext domain. Extension version must be compatible with current Gnome version.