summaryrefslogtreecommitdiffstats
path: root/common/commandline/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/commandline/zsh.nix')
-rw-r--r--common/commandline/zsh.nix2
1 files changed, 1 insertions, 1 deletions
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:
2 2
3{ config, lib, pkgs, ... }: 3{ config, lib, pkgs, ... }:
4 4
5with import ../../lib/theme.nix { inherit lib; }; 5with inputs.self.lib.theme;
6let 6let
7 dominantEscapeCode = fgEscapeCode config.theme.colors.dominant; 7 dominantEscapeCode = fgEscapeCode config.theme.colors.dominant;
8in 8in