cleanup w/ deadnix
This commit is contained in:
parent
4f169eeb84
commit
5ba1d810d4
27 changed files with 23 additions and 170 deletions
|
@ -1,26 +0,0 @@
|
|||
{config, ...}: {
|
||||
home.sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[›](bold green)";
|
||||
error_symbol = "[›](bold red)";
|
||||
};
|
||||
|
||||
git_status = {
|
||||
deleted = "✗";
|
||||
modified = "✶";
|
||||
staged = "✓";
|
||||
stashed = "≡";
|
||||
};
|
||||
|
||||
nix_shell = {
|
||||
symbol = " ";
|
||||
heuristic = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue