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