refactor: move home manager modules around
This commit is contained in:
parent
5d9230d64f
commit
e181c1c4f3
38 changed files with 64 additions and 183 deletions
15
users/programs/starship.nix
Normal file
15
users/programs/starship.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
# starship is a customisable prompt for any shell
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
add_newline = false;
|
||||
format = "$character";
|
||||
right_format = "$all";
|
||||
character = {
|
||||
success_symbol = "[\\$](bold green)";
|
||||
error_symbol = "[\\$](bold red)";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue