diff options
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index b501184..21031c8 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -1,8 +1,10 @@ {lib, ...} @ inputs: let callLibs = file: import file inputs; files = callLibs ./files.nix; + colors = callLibs ./colors.nix; in { inherit (files) getFiles certs sshKeys gpgKeys; + inherit (colors) colorToInt colorToHex darkenColor lightenColor mixColor; # set of options we want to copy from a system # config to home manager |