From bda2603208ee50d912691003e181cbf3a7f6b897 Mon Sep 17 00:00:00 2001
From: h7x4 <h7x4abk3g@protonmail.com>
Date: Thu, 18 Nov 2021 14:06:46 +0100
Subject: [PATCH] Add tools to nix config

---
 shell.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shell.nix b/shell.nix
index 9f9d8a0..2bf7d85 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,5 +3,8 @@ with pkgs;
 mkShell {
   buildInputs = [
     (callPackage ./.nix { pkgs = pkgs; }).reveal-md
+    inkscape
+    gimp
+    drawio
   ];
 }