ma pyload: init
This commit is contained in:
parent
244c354584
commit
68c042055c
10
2configs/pyload.nix
Normal file
10
2configs/pyload.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ... }:
|
||||
{
|
||||
nixpkgs.config.unfreeRedistributable = true;
|
||||
users.users.makefu.packages = with pkgs;[
|
||||
pyload
|
||||
spidermonkey
|
||||
tesseract
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in a new issue