From 7cdbd128172d7c4ec63f5073d49da5d0e7d6396c Mon Sep 17 00:00:00 2001 From: Simon Yde Date: Mon, 24 Jun 2024 15:23:18 +0200 Subject: [PATCH] nushell: fix separator typo (#449) --- modules/nushell/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nushell/hm.nix b/modules/nushell/hm.nix index 8521a662..9f5801c6 100644 --- a/modules/nushell/hm.nix +++ b/modules/nushell/hm.nix @@ -9,7 +9,7 @@ with config.lib.stylix.colors.withHashtag; # Adapted from https://www.nushell.sh/book/coloring_and_theming.html#theming config.programs.nushell.extraConfig = lib.mkIf (config.stylix.enable && config.stylix.targets.nushell.enable) '' $env.config.color_config = { - seperator: "${base03}" + separator: "${base03}" leading_trailing_space_bg: "${base04}" header: "${base0B}" date: "${base0E}"