@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./modules/starship.nix ]
imports = [ ./modules/starship.nix ];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "hblobner";
@ -4,5 +4,20 @@
programs.starship = {
enable = true;
enableZshIntegration = true;
settings = {
add_newline = true;
scan_timeout = 10;
character = {
success_symbol = "[->](bold green)";
};
directory = {
truncation_length = 100;
tuncate_to_repo = false;
}