Install MoreWaita icon pack from GitHub and apply the icon theme via dconf via dconf and remove temporary files Add flatpak-first-boot service to install Flathub apps on first boot and enable it Use system-wide Flathub remote with tolerant remote-add
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Installation des Flatpaks au premier démarrage
|
||||
After=network-online.target flatpak-system-helper.service
|
||||
Wants=network-online.target
|
||||
ConditionPathExists=!/var/lib/flatpak/.firstboot-done
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/bin/bash -c '\
|
||||
flatpak install -y --system flathub runtime/org.gnome.Platform/x86_64/49 && \
|
||||
flatpak install -y --system flathub io.github.kolunmi.Bazaar && \
|
||||
touch /var/lib/flatpak/.firstboot-done'
|
||||
StandardOutput=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user