Skip to content

Commit

Permalink
nushell: fix separator typo (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonYde authored Jun 24, 2024
1 parent 0fc4e9f commit 7cdbd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nushell/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7cdbd12

Please sign in to comment.