7 lines
90 B
Nix
7 lines
90 B
Nix
{
|
|
services.flatpak.update.auto = {
|
|
enable = true;
|
|
onCalendar = "weekly";
|
|
};
|
|
}
|