parallel: will-cite

This commit is contained in:
Motiejus Jakštys 2024-03-13 09:56:08 +02:00
parent 77339ec057
commit bb6328628a
1 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,10 @@ in {
inherit stateVersion username homeDirectory; inherit stateVersion username homeDirectory;
}; };
home.file.".cache/evolution/.stignore".text = "*.db"; home.file = {
".cache/evolution/.stignore".text = "*.db";
".parallel/will-cite".text = "";
};
home.sessionVariables = lib.mkIf devTools { home.sessionVariables = lib.mkIf devTools {
GOPATH = "${homeDirectory}/.go"; GOPATH = "${homeDirectory}/.go";