wireshark
All checks were successful
nixos config pipeline / show-flake (push) Successful in 39s
nixos config pipeline / deploy (push) Successful in 58s

This commit is contained in:
smayzy 2026-04-08 19:33:20 +02:00
parent 7f1eccf9e8
commit 764967bd53
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ in
programs.firefox.enable = true;
programs.wireshark.enable = true;
environment.systemPackages = with pkgs; [
wireshark
librewolf
prismlauncher
obsidian

View File

@ -32,7 +32,6 @@ in
};
tor.enable = true;
alacritty.enable = true;
wireshark.enable = true;
steam.enable = true;
mail.enable = true;
};
@ -40,6 +39,7 @@ in
programs.wireshark.enable = true;
networking.networkmanager.enable = true;
environment.systemPackages = with pkgs; [
wireshark
networkmanagerapplet
librewolf
obsidian