- 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>
13 lines
301 B
Desktop File
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
|