add wireshark
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user