infrastructure/lib/witch.nix
2021-03-03 03:00:51 +00:00

6 lines
No EOL
117 B
Nix

{ lib }:
{
style = import ./style.nix;
colorhelpers = import ./colorhelpers.nix { inherit lib; };
}