parallel: will-cite
This commit is contained in:
parent
77339ec057
commit
bb6328628a
|
@ -56,7 +56,10 @@ in {
|
|||
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 {
|
||||
GOPATH = "${homeDirectory}/.go";
|
||||
|
|
Loading…
Reference in New Issue