Starship and Konsole config tweaks
This commit is contained in:
parent
e16ea740c9
commit
676d2eba6f
|
@ -27,5 +27,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
extraConfig = {
|
||||||
|
"MainWindow" = {
|
||||||
|
"ToolBarsMovable" = "Disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTransience = true;
|
enableTransience = false;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = true;
|
||||||
c.symbol = " ";
|
c.symbol = " ";
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[ ](bold green)";
|
success_symbol = "[>](bold green)";
|
||||||
error_symbol = "[ ](bold red)";
|
error_symbol = "[>](bold red)";
|
||||||
};
|
};
|
||||||
command_timeout = 2000;
|
command_timeout = 2000;
|
||||||
directory = {
|
directory = {
|
||||||
|
|
Loading…
Reference in a new issue