diff --git a/flake.lock b/flake.lock index 542f458..53e8dbd 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,12 @@ "agent-lib": { "inputs": { "nixpkgs": [ + "m3ta-home", "nixpkgs" ] }, "locked": { - "lastModified": 1780157620, + "lastModified": 1780229583, "narHash": "sha256-WxokKtyJ0fRiTNIaf+Tfd05GhZVsqoTP5Q0cXiNipsI=", "path": "/home/m3tam3re/p/NIX/agent-lib", "type": "path" @@ -226,55 +227,6 @@ "type": "github" } }, - "caelestia-cli": { - "inputs": { - "caelestia-shell": [ - "m3ta-home", - "caelestia-shell" - ], - "nixpkgs": [ - "m3ta-home", - "caelestia-shell", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1779768519, - "narHash": "sha256-2n/447oNfAZrl1yncafLPgXMx5tuTF6T2B+zI/zFYkI=", - "owner": "caelestia-dots", - "repo": "cli", - "rev": "64a5507e74f6c7d0c29f9131964412f8f8c4dd89", - "type": "github" - }, - "original": { - "owner": "caelestia-dots", - "repo": "cli", - "type": "github" - } - }, - "caelestia-shell": { - "inputs": { - "caelestia-cli": "caelestia-cli", - "nixpkgs": [ - "m3ta-home", - "nixpkgs" - ], - "quickshell": "quickshell" - }, - "locked": { - "lastModified": 1780196414, - "narHash": "sha256-iXmyWULTZuRd68xRL79e9GyYL9FZ6gfh6zl1PPlWX2A=", - "owner": "caelestia-dots", - "repo": "shell", - "rev": "63bb82762bb29ac9b7fcd5b97839abae721ce860", - "type": "github" - }, - "original": { - "owner": "caelestia-dots", - "repo": "shell", - "type": "github" - } - }, "darwin": { "inputs": { "nixpkgs": [ @@ -640,7 +592,7 @@ "m3ta-home": { "inputs": { "agenix": "agenix_2", - "caelestia-shell": "caelestia-shell", + "agent-lib": "agent-lib", "home-manager": "home-manager_5", "m3ta-nixpkgs": "m3ta-nixpkgs", "nix-colors": "nix-colors", @@ -650,8 +602,8 @@ "nur": "nur" }, "locked": { - "lastModified": 1780228980, - "narHash": "sha256-3t9pi1uMNIy79xQdXu5sIEZ7h5BsLnRjHShJHPDvQxE=", + "lastModified": 1780230934, + "narHash": "sha256-12wcYCksOjmz9qXJJ2pEALJl2pMwvPcT5msis+OvkjQ=", "path": "/home/m3tam3re/p/NIX/m3ta-home", "type": "path" }, @@ -1273,32 +1225,9 @@ "type": "github" } }, - "quickshell": { - "inputs": { - "nixpkgs": [ - "m3ta-home", - "caelestia-shell", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1779430452, - "narHash": "sha256-zTslhsxLqUlRTML506iougTGzyR38Fzhzn7t4KDEuuE=", - "ref": "refs/heads/master", - "rev": "4b4fca3224ab977dc515ac0bb78d00b3dfa71e00", - "revCount": 819, - "type": "git", - "url": "https://git.outfoxxed.me/outfoxxed/quickshell" - }, - "original": { - "type": "git", - "url": "https://git.outfoxxed.me/outfoxxed/quickshell" - } - }, "root": { "inputs": { "agenix": "agenix", - "agent-lib": "agent-lib", "disko": "disko", "hermes-agent": "hermes-agent", "home-manager": "home-manager_2", diff --git a/flake.nix b/flake.nix index ec305d1..ed02216 100644 --- a/flake.nix +++ b/flake.nix @@ -44,13 +44,8 @@ nix-colors.url = "github:misterio77/nix-colors"; m3ta-home = { - # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; - url = "path:/home/m3tam3re/p/NIX/m3ta-home"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - agent-lib = { - url = "path:/home/m3tam3re/p/NIX/agent-lib"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; + # url = "path:/home/m3tam3re/p/NIX/m3ta-home"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/hosts/m3-kratos/agent-lib.nix b/hosts/m3-kratos/agent-lib.nix deleted file mode 100644 index 00f0dfe..0000000 --- a/hosts/m3-kratos/agent-lib.nix +++ /dev/null @@ -1,36 +0,0 @@ -{ - programs.agent-lib = { - enable = true; - lockFile = ../../agent-sources.lock.json; - - targets.pi.enable = true; - targets.opencode.enable = true; - - profiles.default = { - sources = { - m3ta-agents = { - agents = { - all = true; - }; - skills = { - all = true; - exclude = ["brainstorming" "pdf" "systematic-debugging" "xlsx"]; - }; - }; - anthropic.skills = { - all = true; - exclude = ["skill-creator"]; - }; - basecamp.skills.all = true; - kestra.skills.all = true; - mattpocock.skills = { - all = true; - }; - superpowers.skills = { - all = true; - }; - vercel.skills.all = true; - }; - }; - }; -} diff --git a/hosts/m3-kratos/home.nix b/hosts/m3-kratos/home.nix index c6a2569..4fc5149 100644 --- a/hosts/m3-kratos/home.nix +++ b/hosts/m3-kratos/home.nix @@ -9,11 +9,6 @@ ... }: with lib; { - imports = [ - inputs.agent-lib.homeManagerModules.default - ./agent-lib.nix - ]; - config = mkMerge [ # ── XDG / MIME defaults ── {