Skip to content

Commit

Permalink
chore: Minor yaml syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 18, 2024
1 parent 1109edb commit eba5b7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ screens:
package_manager: yafti.plugin.flatpak
groups:
Add input group to current user:
description: Adds the input group to your current user. Required by certain controller drivers.
default: true
packages:
description: Adds the input group to your current user. Required by certain controller drivers.
default: true
packages:
- Set input group: sudo -A ujust add-user-to-input-group
BIOS & Firmware Updates:
description: Enables BIOS & Firmware updates for Steam Deck hardware
default: true
packages:
- Enable Updates: sudo -A ujust enable-deck-bios-firmware-updates
Visible Password Aestriks:
description: Toggles pwfeedback on.
default: true
packages:
- Toggle password feedback: sudo -A ujust toggle-password-feedback enable
description: Toggles pwfeedback on.
default: true
packages:
- Toggle password feedback: sudo -A ujust toggle-password-feedback enable
Hide GRUB Menu:
description: Hide the GRUB menu on boot
default: false
Expand Down

1 comment on commit eba5b7d

@nicknamenamenick
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

Please sign in to comment.