configuration shell spaceship
This commit is contained in:
parent
308de58100
commit
7ae2517c04
1 changed files with 6 additions and 1 deletions
|
@ -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.automatic = true;
|
||||||
nix.gc.options = "--delete-older-than 15d";
|
nix.gc.options = "--delete-older-than 15d";
|
||||||
|
|
Loading…
Add table
Reference in a new issue