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

5 lines
81 B
Nix

{ inputs, outputs, configLib, ... }:
{
imports = (configLib.scanPaths ./.);
}