This commit is contained in:
parent
2ab6bf19cd
commit
62f154e6ac
1 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
{ sec, inputs, ... }:
|
|
||||||
{
|
{
|
||||||
|
sec,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nix-openclaw.homeManagerModules.openclaw
|
inputs.nix-openclaw.homeManagerModules.openclaw
|
||||||
];
|
];
|
||||||
|
|
@ -37,6 +40,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins.entries.telegram.enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue