diff options
Diffstat (limited to 'shenvs/randall.nix')
| -rw-r--r-- | shenvs/randall.nix | 8 |
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 + ]; +} |
