configuration shell spaceship

This commit is contained in:
nyanloutre 2018-11-11 11:13:45 +01:00
parent 308de58100
commit 7ae2517c04
1 changed files with 6 additions and 1 deletions

View File

@ -79,7 +79,12 @@
};
};
environment.variables = { EDITOR = "nvim"; };
environment.variables = {
EDITOR = "nvim";
SPACESHIP_TIME_SHOW = "true";
SPACESHIP_BATTERY_THRESHOLD = "50";
SPACESHIP_EXIT_CODE_SHOW = "true";
};
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 15d";