diff options
| author | Karel Kočí <cynerd@email.cz> | 2026-05-16 13:12:33 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2026-05-16 13:12:33 +0200 |
| commit | 9492adaded6cb8b246db5a348fb2720dbc184214 (patch) | |
| tree | 1fcef1bf43dcc3b99519928dbd8ca69260cc0c9b /nixos/modules/develop.nix | |
| parent | d5ec7b775888827089a668aea58244b2ad4a1e70 (diff) | |
| download | nixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.tar.gz nixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.tar.bz2 nixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.zip | |
Diffstat (limited to 'nixos/modules/develop.nix')
| -rw-r--r-- | nixos/modules/develop.nix | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 587477f..69c58bc 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -30,7 +30,7 @@ in { openssl tio vim-vint - nodePackages.vim-language-server + vim-language-server vale can-utils @@ -64,7 +64,7 @@ in { # C clang-tools - massif-visualizer + #massif-visualizer elf-size-analyze # Python @@ -164,6 +164,9 @@ in { linux-manual stdmanpages + # Writing documentation + docstrfmt + # SHV (shvcli.withPlugins [python3Packages.shvcli-ell]) @@ -173,10 +176,10 @@ in { # S3 rclone ]; - programs.wireshark = { - enable = true; - package = pkgs.wireshark; - }; + #programs.wireshark = { + # enable = true; + # package = pkgs.wireshark; + #}; documentation = { nixos = { |
