configuration shell spaceship
This commit is contained in:
parent
308de58100
commit
7ae2517c04
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user