stockholm/makefu/2configs/pyload.nix

11 lines
163 B
Nix
Raw Normal View History

2018-09-08 15:10:17 +00:00
{pkgs, ... }:
{
nixpkgs.config.unfreeRedistributable = true;
users.users.makefu.packages = with pkgs;[
pyload
spidermonkey
tesseract
];
}