diff options
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/develop.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 62e6bd3..f827292 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -102,6 +102,9 @@ in { # Documentation man-pages man-pages-posix linux-manual + + # SHV + shvspy ]; programs.wireshark.enable = true; |