summaryrefslogtreecommitdiff
path: root/shenvs/randall.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/randall.nix')
-rw-r--r--shenvs/randall.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/shenvs/randall.nix b/shenvs/randall.nix
new file mode 100644
index 0000000..dd628bc
--- /dev/null
+++ b/shenvs/randall.nix
@@ -0,0 +1,8 @@
+pkgs: {
+ paths = with pkgs; [
+ ghostscript
+ imagemagick
+ paps
+ pdftk
+ ];
+}