configuration.nix aktualisiert
Fixed Wireshark
This commit is contained in:
parent
da77649daa
commit
12bfdbf056
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue