From 43760a34e578cd93480a27c9513eb9e35991e10d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 16 Jun 2021 23:02:31 +0200 Subject: lib: init with theme and generators --- common/commandline/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/commandline') diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index b21c2c0..56bdbac 100644 --- a/common/commandline/zsh.nix +++ b/common/commandline/zsh.nix @@ -2,7 +2,7 @@ inputs: { config, lib, pkgs, ... }: -with import ../../lib/theme.nix { inherit lib; }; +with inputs.self.lib.theme; let dominantEscapeCode = fgEscapeCode config.theme.colors.dominant; in -- cgit v1.2.3