ma pyload: init
This commit is contained in:
parent
38465b1860
commit
7d8825a33e
10
makefu/2configs/pyload.nix
Normal file
10
makefu/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 New Issue
Block a user