diff options
author | Karel Kočí <cynerd@email.cz> | 2023-05-11 13:17:37 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-05-11 13:17:37 +0200 |
commit | 1b03e72f904084d971302597cb9366fcc58cd33f (patch) | |
tree | c5cbe01e761479a74de0c544efc58d9cccbc284b /nixos | |
parent | 9c084d003c73dfc1fff6793e7850f88c506314c2 (diff) | |
download | nixos-personal-1b03e72f904084d971302597cb9366fcc58cd33f.tar.gz nixos-personal-1b03e72f904084d971302597cb9366fcc58cd33f.tar.bz2 nixos-personal-1b03e72f904084d971302597cb9366fcc58cd33f.zip |
nixos/develop: add ctags and imagemagick
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; |