️ (neodymium/shell) switch from p10k to starship

This commit is contained in:
Laureηt 2023-06-18 14:55:50 +02:00
parent 92689e0687
commit 1ebc992f58
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 15 additions and 1761 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
{ lib, ... }: {
programs.starship = {
enable = true;
enableZshIntegration = true;
settings = {
format = lib.concatStrings [
"$line_break"
"$package"
"$line_break"
"$character"
];
};
};
}