nix-config/nixosModules/dev/default.nix

11 lines
100 B
Nix

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