diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 13:08:05 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 13:08:05 -0400 |
| commit | cd6897dbf68b905b55e6f4ec73c28a2476fce3ac (patch) | |
| tree | 3b57010dfeb8b4aea8ef2fec904b0529ccd0894e /lib/default.nix | |
| parent | 'cores' option is defunct (diff) | |
| download | dotfiles-nix-cd6897dbf68b905b55e6f4ec73c28a2476fce3ac.tar.gz dotfiles-nix-cd6897dbf68b905b55e6f4ec73c28a2476fce3ac.tar.bz2 dotfiles-nix-cd6897dbf68b905b55e6f4ec73c28a2476fce3ac.zip | |
prepare kaworu host for new pc
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 21031c8..dcfb442 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -2,9 +2,11 @@ callLibs = file: import file inputs; files = callLibs ./files.nix; colors = callLibs ./colors.nix; + monitors = callLibs ./monitors.nix; in { inherit (files) getFiles certs sshKeys gpgKeys; inherit (colors) colorToInt colorToHex darkenColor lightenColor mixColor; + inherit monitors; # set of options we want to copy from a system # config to home manager |