docs(default-flatpaks): Make example config match other modules (#65)
* docs(default-flatpaks): Make example config match other modules * docs(default-flatpaks): Indent list items in example config Does seem to work if they aren't indented, but this way matches other modules and seems to be best practice
This commit is contained in:
parent
3bf33f9a39
commit
d83d721c18
1 changed files with 12 additions and 12 deletions
|
|
@ -23,18 +23,18 @@ This module stores the Flatpak remote configuration and Flatpak install/remove l
|
|||
## Example configuration
|
||||
|
||||
```yaml
|
||||
- type: default-flatpaks
|
||||
system:
|
||||
# If no repo information is specified, Flathub will be used by default
|
||||
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
repo-name: flathub
|
||||
repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
|
||||
install:
|
||||
type: default-flatpaks
|
||||
system:
|
||||
# If no repo information is specified, Flathub will be used by default
|
||||
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
repo-name: flathub
|
||||
repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
|
||||
install:
|
||||
- org.gnome.Loupe
|
||||
remove:
|
||||
remove:
|
||||
- org.gnome.eog
|
||||
# A flatpak repo can also be added without having to install flatpaks,
|
||||
# as long as one of the repo- fields is present
|
||||
user:
|
||||
repo-name: flathub
|
||||
# A flatpak repo can also be added without having to install flatpaks,
|
||||
# as long as one of the repo- fields is present
|
||||
user:
|
||||
repo-name: flathub
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue