mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Updated the README and the examples to include user wide installation of flatpak packages.
This commit is contained in:
@@ -37,6 +37,9 @@ decman.flatpak_packages += ["dev.qwery.AddWater"]
|
||||
# They too can be ignored of course
|
||||
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"]
|
||||
|
||||
# To import GPG keys, set the GNUPGHOME environment variable.
|
||||
# It can easily be done with python as well.
|
||||
os.environ["GNUPGHOME"] = "/home/kk/.gnupg/"
|
||||
|
||||
Reference in New Issue
Block a user