aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/develop.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-05-16 13:12:33 +0200
committerKarel Kočí <cynerd@email.cz>2026-05-16 13:12:33 +0200
commit9492adaded6cb8b246db5a348fb2720dbc184214 (patch)
tree1fcef1bf43dcc3b99519928dbd8ca69260cc0c9b /nixos/modules/develop.nix
parentd5ec7b775888827089a668aea58244b2ad4a1e70 (diff)
downloadnixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.tar.gz
nixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.tar.bz2
nixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.zip
treewide: systems modificationsHEADmaster
Diffstat (limited to 'nixos/modules/develop.nix')
-rw-r--r--nixos/modules/develop.nix15
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 = {