refactor: dependencies for both emacs & neovim

This commit is contained in:
Ryan Yin
2023-12-31 01:17:08 +08:00
parent 1efb20f534
commit e2295f350b
13 changed files with 180 additions and 194 deletions

View File

@@ -0,0 +1,3 @@
{mylib, ...}: {
imports = mylib.scanPaths ./.;
}