[Nix] Adds MCP config.

This commit is contained in:
2025-03-02 14:34:22 -08:00
parent 4c5ea117f9
commit 871a065ea8
24 changed files with 1062 additions and 16 deletions

View File

@@ -1,9 +1,11 @@
{ pkgs, self, ... }:
{ pkgs, ... }:
{
imports = [
../../../home-manager/features/kubernetes.nix
../../../home-manager/features/macos
../../../home-manager/features/nix.nix
../../../home-manager/features/terminal.nix
../../../home-manager/features/development/development.nix
../../../home-manager/features/development/macos.nix
../../../home-manager/features/development/rust.nix
];