feat: increase random nix memory settinsg for CAR

This commit is contained in:
Barrett Ruth 2026-03-18 16:09:22 -04:00
parent 17a751faa6
commit a40cef4998
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 30 additions and 24 deletions

View file

@ -209,13 +209,13 @@ in
programs.zsh = {
enable = true;
dotDir = "${config.xdg.configHome}/zsh";
dotDir = ".config/zsh";
completionInit = "";
history = {
path = "${config.xdg.stateHome}/zsh_history";
size = 2000;
save = 2000;
size = 50000;
save = 50000;
ignoreDups = true;
ignoreAllDups = true;
ignoreSpace = true;