NixOS/dev/default.nix

8 lines
103 B
Nix
Raw Normal View History

{
imports = [
./language-server.nix
./dotnet.nix
./platformio.nix
];
}