Files
nix-config/home/base/desktop/editors/default.nix
2023-12-31 01:26:23 +08:00

4 lines
51 B
Nix

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