Have nix-flatpak manage all Flatpaks
This commit is contained in:
parent
e3fbd5b7b5
commit
ec5e9f8965
|
@ -15,6 +15,9 @@ with lib;
|
|||
services.flatpak = {
|
||||
enable = true;
|
||||
|
||||
# Manage all Flatpaks
|
||||
uninstallUnmanagedPackages = true;
|
||||
|
||||
# Enable daily automatic updates
|
||||
update.auto = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue