chore: Rename module to default-flatpaks

This commit is contained in:
zelikos 2023-10-02 11:49:22 -04:00
parent d91804c8b7
commit 35df5c34b6
No known key found for this signature in database
GPG key ID: AA0CB476ECFA09E7
3 changed files with 19 additions and 19 deletions

View file

@ -0,0 +1,19 @@
# `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
```yaml
- type: default-flatpaks
system:
install:
- org.gnome.Loupe
remove:
- org.gnome.eog
user:
install:
- org.gnome.Epiphany
remove:
- org.mozilla.firefox
```

View file

@ -1,19 +0,0 @@
# `flatpaks` module for startingpoint
The `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
```yaml
- type: flatpaks
system:
install:
- org.gnome.Loupe
remove:
- org.gnome.eog
user:
install:
- org.gnome.Epiphany
remove:
- org.mozilla.firefox
```