Add laptop config

This commit is contained in:
Kiana Sheibani 2022-01-06 22:16:45 -05:00
parent 5325723d7e
commit b8e127818a
23 changed files with 32 additions and 9 deletions

View file

@ -1,23 +0,0 @@
{ ... }:
{
programs.starship.enable = true;
programs.starship.settings = {
add_newline = true;
character =
let char = ""; charVi = "";
in {
success_symbol = "[${char}](bold green)";
error_symbol = "[${char}](bold red)";
vicmd_symbol = "[${charVi}](bold green)";
};
directory = {
truncation_length = 6;
truncation_symbol = " /";
read_only = " 🔒";
read_only_style = "cyan";
};
};
}