From 1b03e72f904084d971302597cb9366fcc58cd33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 11 May 2023 13:17:37 +0200 Subject: nixos/develop: add ctags and imagemagick --- nixos/modules/develop.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/modules/develop.nix') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index cb99ac0..9ed5c25 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -30,6 +30,7 @@ with lib; { parted vim-vint nodePackages.vim-language-server + ctags # Nix dev @@ -115,6 +116,9 @@ with lib; { # SHV shvspy + + # Images + imagemagick ]; programs.wireshark.enable = true; -- cgit v1.2.3