Starship and Konsole config tweaks

This commit is contained in:
Evie Litherland-Smith 2024-07-16 08:30:56 +01:00
parent e16ea740c9
commit 676d2eba6f
2 changed files with 9 additions and 4 deletions

View file

@ -27,5 +27,10 @@
};
};
};
extraConfig = {
"MainWindow" = {
"ToolBarsMovable" = "Disabled";
};
};
};
}

View file

@ -1,13 +1,13 @@
{...}: {
programs.starship = {
enable = true;
enableTransience = true;
enableTransience = false;
settings = {
add_newline = false;
add_newline = true;
c.symbol = " ";
character = {
success_symbol = "[󰁔 ](bold green)";
error_symbol = "[󰁔 ](bold red)";
success_symbol = "[>](bold green)";
error_symbol = "[>](bold red)";
};
command_timeout = 2000;
directory = {