Add wireshark
This commit is contained in:
parent
ff9d707d96
commit
9b1c098a82
2 changed files with 8 additions and 0 deletions
|
|
@ -25,5 +25,6 @@
|
|||
./sway.nix
|
||||
./tradebyte
|
||||
./udmx.nix
|
||||
./wireshark.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
7
modules/wireshark.nix
Normal file
7
modules/wireshark.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
lib.mkIf config.myConfig.gui.enable {
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue