summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/pyload.nix
blob: 3aa5048a49caf2c4a9a96107af7304c015c224cb (plain)
1
2
3
4
5
6
7
8
9
10
{pkgs, ... }:
{
  nixpkgs.config.unfreeRedistributable = true;
  users.users.makefu.packages = with pkgs;[
      pyload
      spidermonkey
      tesseract
  ];

}