9 lines
81 B
Nix
Raw Normal View History

2025-01-24 00:28:22 +01:00
{ ... }:
{
imports = [
2025-01-26 12:57:38 +01:00
./ide/matlab.nix
2025-01-24 00:28:22 +01:00
./utilities/docker.nix
];
}