Add wireshark
This commit is contained in:
parent
797d4430b1
commit
d1445c2ba6
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../packages/git.nix
|
||||
../packages/nvim.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireshark
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue