You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
366 B

# Get OS info
- include: os_info.yaml
# Download wallpapers
- include: wallpapers.yaml
when: use_wallpapers == True
# Install native app
- include: awesome_wm.yaml
when: use_awesome_wm == True
# Install native app
- include: native_apps.yaml
when: use_native_apps == True
# Install flatpak app
- include: flatpak_apps.yaml
when: use_flatpak_apps == True