From 7fd816ba89cb4d924d89b2f7e07028644dce0c7f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 17 Mar 2022 17:53:52 -0600 Subject: home: add shenv gc root --- shenvs/randall.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shenvs/randall.nix (limited to 'shenvs/randall.nix') 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 + ]; +} -- cgit v1.2.3