feat(m3-kratos): enable agent-lib shared skills

This commit is contained in:
2026-05-30 10:01:47 +02:00
parent f20dd18b5f
commit 6c4e16de3d
5 changed files with 731 additions and 0 deletions
+6
View File
@@ -4,10 +4,16 @@
# m3ta-home via the profile mapping in hosts/common/users/m3tam3re.nix.
{
config,
inputs,
lib,
...
}:
with lib; {
imports = [
inputs.agent-lib.homeManagerModules.default
./agent-lib.nix
];
config = mkMerge [
# ── XDG / MIME defaults ──
{