nichts/modules/programs/editors/default.nix

8 lines
96 B
Nix

_: {
imports = [
./emacs/module.nix
./helix/module.nix
./kakoune
./nvf
];
}