docs: Explain per-user installs and how to re-run setup

This commit is contained in:
zelikos 2023-10-02 21:11:07 -04:00
parent 874afef229
commit eff377bbc3
No known key found for this signature in database
GPG key ID: AA0CB476ECFA09E7

View file

@ -1,6 +1,8 @@
# `default-flatpaks` module for startingpoint
The `default-flatpaks` module can be used to install Flatpaks from Flathub on login. Flatpaks can either be installed system-wide or per-user. Previously-installed Flatpaks can also be removed.
The `default-flatpaks` module can be used to install flatpaks from a configurable remote on first boot. Flatpaks can either be installed system-wide or per-user, though per-user flatpaks will be installed for every user on a system. Previously-installed flatpaks can also be removed.
Flatpak setup can be run again by removing `/etc/ublue-os/system-flatpak-configured` for system-wide flatpaks, or `$HOME/.config/ublue-os/user-flatpak-configured` for user flatpaks.
## Example configuration