From 1237e7ed3b556890c95be3c8651b3c99130be486 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Fri, 19 May 2023 16:12:28 +0200 Subject: [PATCH] docs(README): add flatpack config value closes #23 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96a6975..f490f74 100644 --- a/README.md +++ b/README.md @@ -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 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 ```