1
0
Fork 0

Have nix-flatpak manage all Flatpaks

This commit is contained in:
Aires 2024-02-29 15:07:39 -05:00
parent e3fbd5b7b5
commit ec5e9f8965

View file

@ -15,6 +15,9 @@ with lib;
services.flatpak = {
enable = true;
# Manage all Flatpaks
uninstallUnmanagedPackages = true;
# Enable daily automatic updates
update.auto = {
enable = true;