diff --git a/applications/graphical/network.nix b/applications/graphical/network.nix index 48b4645..93809df 100644 --- a/applications/graphical/network.nix +++ b/applications/graphical/network.nix @@ -12,6 +12,6 @@ mkIf (true && cfg.graphical) { # Paquets environment.systemPackages = with pkgs; [ ## Diagnostic - #wireshark + wireshark ]; }