feat: Enable automatic updates for distrobox

This commit is contained in:
Kyle Gospodnetich 2023-06-28 13:27:23 -07:00
parent 590fd4531d
commit e8e259b671
2 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,11 @@ screens:
show_terminal: true
package_manager: yafti.plugin.run
groups:
Automatic Distrobox Updates:
description: Updates all Distrobox containers automatically
default: true
packages:
- Enable Automatic Updates: systemctl enable --user --now distrobox-upgrade-automatic.timer
Decky Loader:
description: A plugin loader for the Steam Deck
default: true

View File

@ -146,6 +146,7 @@ screens:
- Export Steam: distrobox-enter -n bazzite-arch -- ' distrobox-export --app steam'
- Export Lutris: distrobox-enter -n bazzite-arch -- ' distrobox-export --app lutris'
- Export Protontricks: distrobox-enter -n bazzite-arch -- ' distrobox-export --app protontricks'
- Enable Automatic Updates: systemctl enable --user --now distrobox-upgrade-automatic.timer
Greenlight:
description: A utility for xCloud and xHome streaming
default: false