➖ (home) remove (unused) starship prompt shell
This commit is contained in:
parent
41bc639b36
commit
b0ce8a8e58
|
@ -1,15 +0,0 @@
|
||||||
{lib, ...}: {
|
|
||||||
programs.starship = {
|
|
||||||
enable = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
|
|
||||||
settings = {
|
|
||||||
format = lib.concatStrings [
|
|
||||||
"$line_break"
|
|
||||||
"$package"
|
|
||||||
"$line_break"
|
|
||||||
"$character"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue