mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
9 lines
146 B
Nix
9 lines
146 B
Nix
{
|
|
programs.mcp = {
|
|
enable = true;
|
|
servers = { };
|
|
};
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/mcp/mcp.json
|
|
'';
|
|
}
|