summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/languages/tex.nix
blob: 408b025183876caa815bc25fa8ee9786c9a87f08 (plain) (blame)
1
2
3
4
{ pkgs, ... }:
{
  home.packages = with pkgs; [ tectonic ];
}