1
0
Fork 0
puter/hosts/headful/insomniac/flatpak.nix

7 lines
90 B
Nix
Raw Normal View History

2025-03-23 22:48:46 +01:00
{
services.flatpak.update.auto = {
enable = true;
onCalendar = "weekly";
};
}