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

8 lines
98 B
Nix
Raw Normal View History

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