CrOS/hosts/common/core/default.nix
TheWanderingCrow 79e25fcdc8 work
2025-05-26 19:13:26 -04:00

3 lines
54 B
Nix

{lib, ...}: {
imports = lib.custom.scanPaths ./.;
}