particle-os-modules/modules/default-flatpaks
zelikos 634cf88d23
fix: Don't rm -f on Flatpak lists before creating
There won't be anything to remove unless the module is called more than once, and if it's called more than once, the user would expect every Flatpak to be in the respective lists, so there's no need to call rm -f on it.
2023-10-02 20:52:42 -04:00
..
default-flatpaks.sh fix: Don't rm -f on Flatpak lists before creating 2023-10-02 20:52:42 -04:00
README.md chore: Rename module to default-flatpaks 2023-10-02 11:49:22 -04:00

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.

Example configuration

- type: default-flatpaks
  system:
    install:
    - org.gnome.Loupe
    remove:
    - org.gnome.eog
  user:
    install:
    - org.gnome.Epiphany
    remove:
    - org.mozilla.firefox