From 68c042055c5ab43598c576a8c0dabd118bcf6060 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 8 Sep 2018 17:10:17 +0200 Subject: ma pyload: init --- 2configs/pyload.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2configs/pyload.nix diff --git a/2configs/pyload.nix b/2configs/pyload.nix new file mode 100644 index 000000000..3aa5048a4 --- /dev/null +++ b/2configs/pyload.nix @@ -0,0 +1,10 @@ +{pkgs, ... }: +{ + nixpkgs.config.unfreeRedistributable = true; + users.users.makefu.packages = with pkgs;[ + pyload + spidermonkey + tesseract + ]; + +} -- cgit v1.2.3