Files
nix-config/modules/darwin/wm/default.nix
2024-01-23 19:19:21 +08:00

4 lines
51 B
Nix

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