feat(fish)!: enable transient starship prompt

stylix
Moritz Böhme 2024-02-01 12:40:39 +01:00
parent ae44ce2133
commit 659e719c47
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,6 @@ in
programs = { programs = {
mtr.enable = true; mtr.enable = true;
starship.enable = true;
command-not-found.enable = false; command-not-found.enable = false;
}; };
@ -207,6 +206,7 @@ in
"--cmd c" "--cmd c"
]; ];
}; };
starship.enable = true;
}; };
home = { home = {
username = "moritz"; username = "moritz";

View File

@ -114,6 +114,7 @@ in
''; '';
}; };
}; };
starship.enableTransience = true;
}; };
}; };
}; };