Files
nix-config/hosts/common/core/services/default.nix
2025-05-12 23:25:39 -03:00

10 lines
180 B
Nix

# Add your core services to the same directory as this default.nix file.
# They will automatically be imported below.
{
lib,
...
}:
{
imports = (lib.custom.scanPaths ./.);
}