Revert "editors: mode to individual module.nix"
This reverts commit 7f76156bacf20617671108f1ca29a2e1e945e3bb.
This commit is contained in:
parent
7ac03d8d77
commit
8a113d8bf5
2 changed files with 8 additions and 0 deletions
8
modules/programs/editors/module.nix
Normal file
8
modules/programs/editors/module.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
_: {
|
||||||
|
imports = [
|
||||||
|
./emacs/module.nix
|
||||||
|
./helix/module.nix
|
||||||
|
./kakoune
|
||||||
|
./nvf
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue