7 lines
137 B
Nix
7 lines
137 B
Nix
{
|
|
editors = ./editors/default.nix;
|
|
cpp = ./cpp.nix;
|
|
javascript = ./javascript.nix;
|
|
python = ./python.nix;
|
|
rust = ./rust.nix;
|
|
}
|