diff --git a/configuration.nix b/configuration.nix index d55f1bc..fe9e6bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,6 +58,9 @@ # Enable Unfree Packages to be installed: nixpkgs.config.allowUnfree = true; + # Enable Wireshark + programs.wireshark.enable = true; + # Defining Globally installed Packages environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.