nix-config/nixosModules/dev/default.nix

12 lines
100 B
Nix
Raw Normal View History

{
...
2024-11-11 19:35:08 +01:00
}:
{
imports = [
./python.nix
./ide.nix
2024-09-24 10:23:11 +02:00
./cli.nix
2025-01-27 15:57:36 +01:00
./containers.nix
];
2024-09-19 17:30:03 +02:00
}