-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: only uninstall packages managed by this module (#23)
Allow managed and unmanaged packages to coexist. This PR introduces a state file that keeps track of the module's modifications, so they can be managed separately from imperatively introduced modifications. A new uninstallUnmanagedPackages option has been added. When set to true (default), unmanaged flatpaks won't be uninstalled on activation. When set to false, all flatpacks will be overridden on module activation.
- Loading branch information
Showing
3 changed files
with
58 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters