Files
dotnix/modules/nvim/dbg/default.nix
T
2026-07-04 04:46:11 +02:00

11 lines
76 B
Nix

_:
{
imports = [
./rust.nix
./clang.nix
./python.nix
];
}