Common/starship: update nerdfont preset

This commit is contained in:
Toast 2024-01-12 12:18:55 +01:00
parent b3d71fc28c
commit 9d53cc611a

View file

@ -16,7 +16,7 @@ let
presets = {
nerdFontSymbols = pkgs.fetchurl {
url = "https://starship.rs/presets/toml/nerd-font-symbols.toml";
hash = "sha256-fPmZrfhwM9NakdlJ7Y4rZ5n6JjsqXNEQ9XuFa8en9n0=";
hash = "sha256-BVe5JMSIa3CoY2Wf9pvcF1EUtDVCWCLhW3IyKuwfHug=";
};
};
# -------------------------------- F U N C T I O N S --------------------------------