nixos/modules/dev/default.nix

14 lines
165 B
Nix
Raw Normal View History

2023-07-09 02:15:18 +04:00
{
imports = [
2023-07-09 02:15:49 +04:00
./editors
2023-07-09 15:44:29 +04:00
./cc.nix
./javascript.nix
./python.nix
./rust.nix
2023-07-16 16:07:25 +04:00
./unityhub.nix
2023-08-06 03:00:48 +04:00
./nixd.nix
2023-08-06 11:56:18 +04:00
./nil.nix
2023-08-07 00:07:33 +04:00
./lua.nix
2023-07-09 02:15:18 +04:00
];
}