Revert "home: starship: use tokyonight preset"
This reverts commit eaf4c73535
.
This commit is contained in:
parent
98e03b5434
commit
c96160c2cf
1 changed files with 11 additions and 15 deletions
|
@ -3,22 +3,18 @@
|
|||
enable = true;
|
||||
settings =
|
||||
{
|
||||
#add_newline = false;
|
||||
#line_break.disabled = true;
|
||||
add_newline = false;
|
||||
line_break.disabled = true;
|
||||
|
||||
#character = {
|
||||
# success_symbol = "[>](bold green)";
|
||||
# error_symbol = "[>](bold red)";
|
||||
# vimcmd_symbol = "[<](bold green)";
|
||||
# vimcmd_replace_one_symbol = "[<](bold purple)";
|
||||
# vimcmd_replace_symbol = "[<](bold purple)";
|
||||
# vimcmd_visual_symbol = "[<](bold yellow)";
|
||||
#};
|
||||
character = {
|
||||
success_symbol = "[>](bold green)";
|
||||
error_symbol = "[>](bold red)";
|
||||
vimcmd_symbol = "[<](bold green)";
|
||||
vimcmd_replace_one_symbol = "[<](bold purple)";
|
||||
vimcmd_replace_symbol = "[<](bold purple)";
|
||||
vimcmd_visual_symbol = "[<](bold yellow)";
|
||||
};
|
||||
}
|
||||
// builtins.fromTOML (builtins.readFile "${pkgs.starship}/share/starship/presets/nerd-font-symbols.toml")
|
||||
// builtins.fromTOML (builtins.readFile (pkgs.substitute {
|
||||
src = "${pkgs.starship}/share/starship/presets/tokyo-night.toml";
|
||||
replacements = ["--replace-warn" "" ""];
|
||||
}));
|
||||
// (builtins.fromTOML (builtins.readFile "${pkgs.starship}/share/starship/presets/nerd-font-symbols.toml"));
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue