hand7s: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-02-08 22:43:08 +03:00
parent e6c9d19b0f
commit e4222e5423
48 changed files with 282 additions and 1097 deletions

View file

@ -1,4 +1,4 @@
{...}: {
_: {
programs = {
starship = {
enable = true;
@ -7,15 +7,14 @@
add_newline = true;
format = ''
[](bold blue) $hostname $os
[](bold blue) $username at $hostname on $os
[](bold blue) $directory$git_branch$git_commit$git_state$git_metrics$git_status
[>](bold blue)
'';
[>](bold blue) '';
right_format = ''$cmd_duration ($character) at $time'';
os = {
format = "on [($name $codename$version$edition $symbol )]($style)";
format = "[($name $codename$version$edition $symbol )]($style)";
style = "bold blue";
disabled = false;
};
@ -27,6 +26,13 @@
disabled = false;
};
username = {
show_always = true;
disabled = false;
format = "[$user]($style)";
style_user = "bold green";
};
character = {
success_symbol = "[](bold green)";
error_symbol = "[](bold red)";