Add tools to nix config

This commit is contained in:
Oystein Kristoffer Tveit 2021-11-18 14:06:46 +01:00
parent 3743797996
commit bda2603208
1 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,8 @@ with pkgs;
mkShell { mkShell {
buildInputs = [ buildInputs = [
(callPackage ./.nix { pkgs = pkgs; }).reveal-md (callPackage ./.nix { pkgs = pkgs; }).reveal-md
inkscape
gimp
drawio
]; ];
} }