Weekly flatpak updates
This commit is contained in:
parent
9b662fc780
commit
ace36eee6f
|
@ -8,5 +8,8 @@
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak = {
|
||||||
|
enable = true;
|
||||||
|
onCalender = "weekly";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue