starship added (commented)
This commit is contained in:
parent
83b040eb53
commit
ee83544049
1 changed files with 20 additions and 0 deletions
20
home.nix
20
home.nix
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue