Files
nix-config/home/base/server/editors/default.nix
2024-01-05 16:17:27 +08:00

4 lines
51 B
Nix

{mylib, ...}: {
imports = mylib.scanPaths ./.;
}