feat(homeModules/cli): add starship

This commit is contained in:
Mohammad Rafiq 2025-05-24 01:18:11 +08:00
parent a2e2003dc1
commit 936d9aa415
No known key found for this signature in database

View file

@ -56,5 +56,23 @@
- 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;
};
};
}
];
}