update flatpaks on system activation (sudo nixos-rebuild switch
)
This commit is contained in:
parent
623ef0545b
commit
4e338c1fb8
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
services.flatpak = {
|
services.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
update.onActivation = true;
|
||||||
packages = [
|
packages = [
|
||||||
{
|
{
|
||||||
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";
|
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";
|
||||||
|
|
Loading…
Reference in a new issue