stockholm/makefu/2configs/pyload.nix
2018-09-08 17:10:17 +02:00

11 lines
163 B
Nix

{pkgs, ... }:
{
nixpkgs.config.unfreeRedistributable = true;
users.users.makefu.packages = with pkgs;[
pyload
spidermonkey
tesseract
];
}