Files
nix/hosts/common/configs/zsh.nix

7 lines
86 B
Nix

{
programs.zsh = {
enable = true;
histFile = "/var/lib/zsh/history";
};
}