nix-config/systems/common/core/services/default.nix

5 lines
63 B
Nix

{ configLib, ... }:
{
import = (configLib.scanPaths ./.);
}