starship added (commented)

This commit is contained in:
Dea 2026-01-08 22:16:10 -05:00
parent 83b040eb53
commit ee83544049

View file

@ -41,5 +41,25 @@
bashrcExtra = builtins.readFile ./homemanager/bashrc;
};
# programs.starship = {
# enable = true;
# settings = {
# add_newline = true;
# format = "$directory\n$character";
# directory = {
# truncation_length = 3;
# truncate_to_repo = false;
# format = "[$path]($style) [❤](bold fg:#ff5fff) ";
# style = "bold cyan";
# };
# character = {
# success_symbol = "";
# error_symbol = "";
# };
# };
# };
programs.home-manager.enable = true;
}