update flatpaks on system activation (sudo nixos-rebuild switch)

This commit is contained in:
Seaswimmer 2024-12-08 19:33:26 -05:00
parent 623ef0545b
commit 4e338c1fb8
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,6 +1,7 @@
{
services.flatpak = {
enable = true;
update.onActivation = true;
packages = [
{
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";