nixos/modules/common/programming/default.nix

12 lines
142 B
Nix
Raw Permalink Normal View History

{ ... }:
{
imports = [
2025-01-18 09:37:19 -05:00
./bun.nix
./nixpkgs-fmt.nix
2024-08-28 12:13:06 -04:00
./openscad.nix
2024-08-17 11:18:22 -04:00
./platformio.nix
2024-05-21 11:22:51 -04:00
./python.nix
./vscode.nix
];
}