nixdots/home/programs/terminal/coding/default.nix

7 lines
50 B
Nix
Raw Permalink Normal View History

2024-06-26 21:46:50 +00:00
{
imports = [
./python
2024-09-26 14:34:27 +00:00
./cpp.nix
2024-06-26 21:46:50 +00:00
];
}