This commit is contained in:
Sakooooo 2024-09-02 13:47:18 +04:00
parent 99559aced5
commit 0699fb386e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -14,6 +14,9 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.wireshark.enable = true; programs.wireshark = {
enable = true;
package = pkgs.wireshark;
};
}; };
} }