parallel: will-cite
This commit is contained in:
parent
77339ec057
commit
bb6328628a
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue