Revert "editors: mode to individual module.nix"

This reverts commit 7f76156bacf20617671108f1ca29a2e1e945e3bb.
This commit is contained in:
Charlie Root 2024-09-08 21:13:01 +02:00
commit 8a113d8bf5
2 changed files with 8 additions and 0 deletions

View file

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