11 lines
154 B
Nix
Executable file
11 lines
154 B
Nix
Executable file
{...}: {
|
|
imports = [
|
|
./android-studio.nix
|
|
./clion.nix
|
|
./neovim.nix
|
|
./idea.nix
|
|
./pycharm.nix
|
|
./rider.nix
|
|
./vscode.nix
|
|
];
|
|
}
|