mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat(yafti): Add support for installing GNOME extensions
This commit is contained in:
parent
6c638f30f6
commit
6997537852
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user