diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 23:46:49 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-17 14:19:50 -0400 |
| commit | 25b4f61512a76d75aa94b44bb666fd899cf8bf5e (patch) | |
| tree | b97a4dd9190cf57b2c0c6408bf292b6e214505b7 /lib/default.nix | |
| parent | update commits (diff) | |
| download | dotfiles-nix-25b4f61512a76d75aa94b44bb666fd899cf8bf5e.tar.gz dotfiles-nix-25b4f61512a76d75aa94b44bb666fd899cf8bf5e.tar.bz2 dotfiles-nix-25b4f61512a76d75aa94b44bb666fd899cf8bf5e.zip | |
update caelestia and its theming
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 |