1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/tests/modules/programs/mcp/empty-servers.nix
Thierry Delafontaine 083b20c1a0 mcp: init module
2025-11-03 20:25:16 -06:00

9 lines
146 B
Nix

{
programs.mcp = {
enable = true;
servers = { };
};
nmt.script = ''
assertPathNotExists home-files/.config/mcp/mcp.json
'';
}