This commit is contained in:
Martin Benonisen 2024-11-03 11:15:59 +01:00
parent 2eb6aaae51
commit f9e8130f85
Signed by: mbeno
SSH Key Fingerprint: SHA256:iAzOA1WUAxocdh/WRWXcSg5nw2dJ1aDCvPuT+3ZjkwI
2 changed files with 9 additions and 3 deletions

View File

@ -38,6 +38,12 @@
stateVersion = "23.11";
};
programs.home-manager.enable = true;
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
};
};
}

View File

@ -57,9 +57,9 @@
}
];
};
history.size = 1000000;
history.size = 100000000;
history.path = "${config.xdg.dataHome}/zsh/history";
histSize = 1000000;
histFile = "${config.xdg.dataHome}/zsh/history2";
history.share = true;
historySubstringSearch.enable = true;
};
}