Files
nixpkgs/modules/home-manager/coding/default.nix

9 lines
111 B
Nix
Raw Normal View History

2025-10-04 15:53:48 +02:00
# Coding-related Home Manager modules
{
imports = [
./editors.nix
./opencode.nix
2026-04-13 16:52:47 +02:00
./agents
2025-10-04 15:53:48 +02:00
];
}