flake/programs/starship.nix
2023-11-27 14:30:05 +01:00

13 lines
203 B
Nix

{
hm.programs.starship = {
enable = true;
settings = {
add_newline = false;
directory = {
truncation_length = 3;
truncation_symbol = "/";
};
};
};
}