ma pyload: init

This commit is contained in:
makefu 2018-09-08 17:10:17 +02:00
parent 244c354584
commit 68c042055c

10
2configs/pyload.nix Normal file
View file

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