⚡️ (neodymium/shell) switch from p10k to starship
This commit is contained in:
parent
92689e0687
commit
1ebc992f58
File diff suppressed because it is too large
Load diff
15
hosts/neodymium/home/shell/starship.nix
Normal file
15
hosts/neodymium/home/shell/starship.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ lib, ... }: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
settings = {
|
||||
format = lib.concatStrings [
|
||||
"$line_break"
|
||||
"$package"
|
||||
"$line_break"
|
||||
"$character"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue