added example starship config
This commit is contained in:
parent
bf19c62041
commit
997e696091
1 changed files with 20 additions and 1 deletions
|
@ -1,4 +1,23 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
|
||||
home-manager.users.willifan.programs.starship = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
settings = {
|
||||
add_newline = false;
|
||||
format = lib.concatStrings [
|
||||
"$line_break"
|
||||
"$package"
|
||||
"$line_break"
|
||||
"$character"
|
||||
];
|
||||
scan_timeout = 10;
|
||||
character = {
|
||||
success_symbol = "➜";
|
||||
error_symbol = "➜";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue