nushell: fix separator typo (#449)

This commit is contained in:
Simon Yde 2024-06-24 15:23:18 +02:00 committed by GitHub
parent 0fc4e9f144
commit 7cdbd12817
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}"