infrastructure/lib/witch.nix
2021-04-30 01:25:33 +01:00

7 lines
163 B
Nix

{ pkgs, lib }:
{
style = import ./style.nix { inherit pkgs; };
colorhelpers = import ./colorhelpers.nix { inherit lib; };
modList = import ./modules.nix;
}