kamos/system_files/usr/lib/systemd/system/kamos-flatpaks.service
kmk1971 9fb709cdcd Add KAMOS branding (wallpaper, logo) and easy app customization lists
- packages.list: system packages baked into the image
- flatpaks.list + first-boot service: default apps, auto-installed
- wallpaper stamped over stock desktop wallpapers at build time

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-29 19:33:51 +04:00

13 lines
301 B
Desktop File

[Unit]
Description=Install KAMOS default Flatpak apps (first boot)
Wants=network-online.target
After=network-online.target
ConditionPathExists=!/var/lib/kamos-flatpaks-done
[Service]
Type=oneshot
ExecStart=/usr/libexec/kamos-install-flatpaks
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target