fixes home forever
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2024-02-23 22:50:05 -06:00
parent 0f22f6029f
commit 8e4474f91e
Signed by: deepak
GPG Key ID: 976F3357369149AB

View File

@ -97,6 +97,7 @@ in
};
history = {
size = 10000;
path = "${lib.removePrefix "/home/deepak/" config.xdg.dataHome}/zsh/history";
};
oh-my-zsh = {
enable = true;