# 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