mirror of
https://github.com/danth/stylix
synced 2024-11-24 21:23:24 +00:00
nushell: fix separator typo (#449)
This commit is contained in:
parent
0fc4e9f144
commit
7cdbd12817
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue