feat(m3-kratos): enable agent-lib shared skills
This commit is contained in:
@@ -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 ──
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user