11 lines
163 B
Nix
11 lines
163 B
Nix
{pkgs, ... }:
|
|
{
|
|
nixpkgs.config.unfreeRedistributable = true;
|
|
users.users.makefu.packages = with pkgs;[
|
|
pyload
|
|
spidermonkey
|
|
tesseract
|
|
];
|
|
|
|
}
|