6 lines
74 B
Nix
6 lines
74 B
Nix
{
|
|
imports = [
|
|
#./helix # sucks
|
|
./neovim # full-blown IDE
|
|
];
|
|
}
|