feat(hosts): add PineTab2 config

This commit is contained in:
2026-03-26 22:30:44 +01:00
parent 673b32c33b
commit 808e2ce408
24 changed files with 359 additions and 141 deletions

View File

@@ -30,10 +30,7 @@ in {
};
ollama.enable = mkDefault cfg.enable;
};
packages = let
inherit (pkgs.stdenv.hostPlatform) system;
inherit (inputs.opencode.packages.${system}) opencode;
in [pkgs.lmstudio opencode];
packages = [pkgs.lmstudio pkgs.opencode];
};
programs.mcp = mkIf (cfg.mcpServers != {}) {
enable = true;