(home) remove (unused) starship prompt shell

This commit is contained in:
Laureηt 2024-03-31 16:11:53 +02:00
parent 41bc639b36
commit b0ce8a8e58
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

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