summaryrefslogtreecommitdiff
path: root/src/research/default.nix
blob: f8b1363e25efc494696349547165ecd9bf8f0049 (plain)
1
2
3
4
5
6
7
8
{
  ...
}:
{
  title = "Research output";
  priority = 1;
  content = builtins.readFile ./content.tex;
}