aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-05-11 13:17:37 +0200
committerKarel Kočí <cynerd@email.cz>2023-05-11 13:17:37 +0200
commit1b03e72f904084d971302597cb9366fcc58cd33f (patch)
treec5cbe01e761479a74de0c544efc58d9cccbc284b
parent9c084d003c73dfc1fff6793e7850f88c506314c2 (diff)
downloadnixos-personal-1b03e72f904084d971302597cb9366fcc58cd33f.tar.gz
nixos-personal-1b03e72f904084d971302597cb9366fcc58cd33f.tar.bz2
nixos-personal-1b03e72f904084d971302597cb9366fcc58cd33f.zip
nixos/develop: add ctags and imagemagick
-rw-r--r--nixos/modules/develop.nix4
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;