diff options
Diffstat (limited to 'home/apps')
| -rw-r--r-- | home/apps/caelestia/scheme.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home/apps/caelestia/scheme.nix b/home/apps/caelestia/scheme.nix index 06991d9..ac4042c 100644 --- a/home/apps/caelestia/scheme.nix +++ b/home/apps/caelestia/scheme.nix @@ -1,11 +1,10 @@ { lib, config, - inputs, ... -}: -with inputs.self.lib; let +}: let inherit (lib) mkIf; + inherit (lib.colors) mixColor; cfg = config.apps.caelestia; theme = config.theme.colors; in { |