Fixed the management of flatpak packages installed to the user installation as requested in the PR

This commit is contained in:
David Groniewsky
2025-10-09 22:42:19 +02:00
parent d765eea3f4
commit 7ea1ef2d81
5 changed files with 99 additions and 51 deletions
+3 -1
View File
@@ -38,7 +38,9 @@ decman.flatpak_packages += ["dev.qwery.AddWater"]
decman.ignored_flatpak_packages += ["org.signal.Signal"]
# You can also install them to your user installation instead of the system installation
decman.flatpak_user_packages += ["dev.zed.Zed"]
decman.flatpak_user_packages += [
("username", "dev.zed.Zed")
]
# To import GPG keys, set the GNUPGHOME environment variable.
# It can easily be done with python as well.