configuration.nix aktualisiert

Fixed Wireshark
This commit is contained in:
fnord 2025-04-27 00:00:16 +02:00
parent da77649daa
commit 12bfdbf056

View file

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