test starship config
This commit is contained in:
parent
ccecc90d11
commit
e5616b4901
|
@ -1,4 +1,5 @@
|
|||
{ inputs, ...}: {
|
||||
{ inputs, ... }:
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
|
||||
|
@ -7,9 +8,21 @@
|
|||
enableNushellIntegration = true;
|
||||
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[›](bold green)";
|
||||
error_symbol = "[›](bold red)";
|
||||
# character = {
|
||||
# success_symbol = "[›](bold green)";
|
||||
# error_symbol = "[›](bold red)";
|
||||
# };
|
||||
# character = {
|
||||
# success_symbol = "[ ](bold #cba6f7)[ ](bold #f2cdcd)[ ](bold #b4befe)[ ](bold #a6e3a1)";
|
||||
# error_symbol = "[ ](bold #cba6f7)[ ](bold #f2cdcd)[ ](bold #b4befe)[ ](bold #f38ba8)";
|
||||
# };
|
||||
|
||||
directory.substitutions = {
|
||||
"Documents" = " ";
|
||||
"Downloads" = " ";
|
||||
"Music" = " ";
|
||||
"Pictures" = " ";
|
||||
"~" = " ";
|
||||
};
|
||||
|
||||
palette = "catppuccin_mocha";
|
||||
|
|
Loading…
Reference in a new issue