Fix zsh impermanence

https://logs.nix.samueldr.com/nixos-chat/2020-06-07
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-14 17:59:27 +03:00
parent ec56190919
commit f89bd9e84f
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
{
programs.zsh.enable = true;
programs.zsh = {
enable = true;
histFile = "/var/lib/zsh/history";
};
}