docs(README): add flatpack config value

closes #23
This commit is contained in:
steven-omaha
2023-05-19 16:12:28 +02:00
parent e74368df7f
commit 1237e7ed3b
+1
View File
@@ -172,6 +172,7 @@ aur_rm_args: null # additional args to pass to AUR helper when removing package
warn_not_symlinks: true # warn if a group file is not a symlink warn_not_symlinks: true # warn if a group file is not a symlink
disabled_backends: [] # backends that pacdef should not manage, e.g. ["python"], this can reduce runtime if the package manager is notoriously slow (like pip) disabled_backends: [] # backends that pacdef should not manage, e.g. ["python"], this can reduce runtime if the package manager is notoriously slow (like pip)
flatpak_systemwide: true # whether flatpak packages should be installed system-wide or per user
``` ```