feat(yafti): Add support for installing GNOME extensions

This commit is contained in:
RJ Trujillo 2023-08-01 21:15:08 -06:00
parent 6c638f30f6
commit 6997537852
2 changed files with 18 additions and 0 deletions

View File

@ -9,6 +9,15 @@ screens:
icon: "/usr/share/ublue-os/bazzite/logo.svg"
description: |
Configure your system to get started
extensions-cli:
source: yafti.screen.consent
values:
title: Installing GNOME Extensions CLI
condition:
run: grep "gnome" <<< $(rpm-ostree status)
description: This will allow you to install GNOME extensions.
actions:
- run: just --unstable install-extensions-cli
configure-bazzite:
source: yafti.screen.package
values:

View File

@ -9,6 +9,15 @@ screens:
icon: "/usr/share/ublue-os/bazzite/logo.svg"
description: |
Configure your system to get started
extensions-cli:
source: yafti.screen.consent
values:
title: Installing GNOME Extensions CLI
condition:
run: grep "gnome" <<< $(rpm-ostree status)
description: This will allow you to install GNOME extensions.
actions:
- run: just --unstable install-extensions-cli
configure-bazzite:
source: yafti.screen.package
values: