starship: use nerd font icons
This commit is contained in:
parent
a842256b97
commit
2b3faa98cc
5 changed files with 177 additions and 15 deletions
15
programs/starship/default.nix
Normal file
15
programs/starship/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
hm.programs.starship = {
|
||||
enable = true;
|
||||
settings =
|
||||
{
|
||||
add_newline = false;
|
||||
|
||||
directory = {
|
||||
truncation_length = 3;
|
||||
truncation_symbol = "…/";
|
||||
};
|
||||
}
|
||||
// builtins.fromTOML (builtins.readFile ./nerd-font.toml);
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue