nix-config/nixosModules/dev/default.nix

11 lines
96 B
Nix

{
...
}:
{
imports = [
./python.nix
./ide.nix
./cli.nix
./docker.nix
];
}