diff --git a/2configs/pyload.nix b/2configs/pyload.nix new file mode 100644 index 0000000..3aa5048 --- /dev/null +++ b/2configs/pyload.nix @@ -0,0 +1,10 @@ +{pkgs, ... }: +{ + nixpkgs.config.unfreeRedistributable = true; + users.users.makefu.packages = with pkgs;[ + pyload + spidermonkey + tesseract + ]; + +}