feat(home): move starship config to its own module
This commit is contained in:
parent
aedb6d3cf6
commit
0521bb516d
2 changed files with 27 additions and 16 deletions
|
@ -12,22 +12,6 @@
|
|||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
home = {
|
||||
shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue