ma pyload: init

This commit is contained in:
makefu 2018-09-08 17:10:17 +02:00
parent 38465b1860
commit 7d8825a33e
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -0,0 +1,10 @@
{pkgs, ... }:
{
nixpkgs.config.unfreeRedistributable = true;
users.users.makefu.packages = with pkgs;[
pyload
spidermonkey
tesseract
];
}