dotfiles/overlays/unstable.nix
Christopher Mühl 85debcbcd4
feat: enable MCP servers and add happy-coder
- Enables official MCP servers (fetch, playwright, stackexchange, arxiv)
- Adds Charlie MCP servers (memory, comunica)
- Adds claudezilla MCP server
- Adds happy-coder mobile client from nixpkgs master
- Adds nodejs_22 for MCP server runtime

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-28 01:25:53 +01:00

21 lines
397 B
Nix

{channels, ...}: final: prev: {
# Pull the following packages from unstable instead
inherit
(channels.unstable)
kitty
nu
cider-2
_1password-gui
orca-slicer
claude-code
lutris
ollama
dokieli
nix-init
atuin-desktop
# currently doesn't build on unstable
# open-webui
;
inherit (channels.master) install-nothing marimo happy-coder;
}