add wireshark

This commit is contained in:
2026-01-05 00:00:27 +01:00
parent 24153ddc8f
commit 20559179a7
3 changed files with 14 additions and 7 deletions

View File

@@ -191,7 +191,7 @@
users.users.lusia = {
isNormalUser = true;
description = "Lukrecja";
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" ];
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" "wireshark" ];
initialPassword = "pass";
shell = pkgs.fish;
};
@@ -240,6 +240,10 @@
gvfs
];
# Enable Wireshark with proper groups
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;
# Fonts
fonts.packages = with pkgs; [
noto-fonts
@@ -290,7 +294,7 @@
# Enable OpenTabletDriver
hardware.opentabletdriver.enable = true;
hardware.uinput.enable = true;
boot.kernelModules = [ "uinput" ];
boot.kernelModules = [ "uinput" "usbmon" ];
# Enable PPD for power options
services.power-profiles-daemon.enable = true;