refactor: dendritic principles

This commit is contained in:
2026-05-06 19:45:03 +02:00
parent d6878abc61
commit e33602e879
8 changed files with 23 additions and 7 deletions
+3
View File
@@ -1,6 +1,7 @@
{ inputs, config, ... }:
let
account = config.repo.account;
hmModules = config.flake.modules.homeManager;
sharedContext = ''
# Global Agent Context
@@ -21,6 +22,8 @@ let
in
{
flake.modules.nixos.ai = {
home-manager.sharedModules = [ hmModules.ai ];
nixpkgs.overlays = [ inputs.llm-agents.overlays.default ];
nix.settings = {