aboutsummaryrefslogtreecommitdiff
path: root/config/parallel/default.nix
blob: 77091ff80455b157d46fb9a12a0932928a29f6ab (plain)
1
2
3
4
5
6
7
8
9
10
{ config, ... }:
{
  home.sessionVariables = {
    PARALLEL_HOME = "${config.xdg.cacheHome}/parallel";
  };
  home.file.will-cite = {
    target = ".parallel/will-cite";
    text = "\n";
  };
}