mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-06 05:12:50 +00:00
12 lines
508 B
Nix
12 lines
508 B
Nix
{
|
|
github-copilot-cli-config = ./config.nix;
|
|
github-copilot-cli-directories = ./directories.nix;
|
|
github-copilot-cli-lsp = ./lsp.nix;
|
|
github-copilot-cli-mcp = ./mcp.nix;
|
|
github-copilot-cli-mcp-integration = ./mcp-integration.nix;
|
|
github-copilot-cli-path-not-directory = ./path-not-directory.nix;
|
|
github-copilot-cli-store-path-dir = ./store-path-dir.nix;
|
|
github-copilot-cli-store-path-not-directory = ./store-path-not-directory.nix;
|
|
github-copilot-cli-xdg-config-dir = ./xdg-config-dir.nix;
|
|
}
|