editors: move helix and emacs

This commit is contained in:
Charlie Root 2024-09-01 21:37:24 +02:00
commit f54936fef7
3 changed files with 221 additions and 1 deletions

View file

@ -1 +1,8 @@
_: {imports = [./emacs.nix ./helix.nix ./kakoune ./nvf];}
_: {
imports = [
./emacs/module.nix
./helix/module.nix
./kakoune
./nvf
];
}