nichts/modules/programs/editors/default.nix

9 lines
96 B
Nix
Raw Normal View History

2024-09-01 21:37:24 +02:00
_: {
imports = [
./emacs/module.nix
./helix/module.nix
./kakoune
./nvf
];
}