feat(homeModules/cli): add starship
This commit is contained in:
parent
a2e2003dc1
commit
936d9aa415
1 changed files with 18 additions and 0 deletions
|
@ -56,5 +56,23 @@
|
||||||
- type: gemini
|
- type: gemini
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
programs.starship = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
add_newline = false;
|
||||||
|
format = ''
|
||||||
|
$directory$character
|
||||||
|
'';
|
||||||
|
right_format = ''
|
||||||
|
$all
|
||||||
|
'';
|
||||||
|
git_branch.format = "[$symbol$branch(:$remote_branch)]($style) ";
|
||||||
|
shlvl.disabled = false;
|
||||||
|
hostname.disabled = true;
|
||||||
|
username.disabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue