1
0
Fork 0

configuration(nixos): add wireshark

This commit is contained in:
Antoine Langlois 2024-04-04 15:21:40 +02:00
parent a6537b0347
commit fa67207527
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,7 @@
users.datahearth = {
isNormalUser = true;
description = "Antoine Langlois";
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "networkmanager" "wheel" "docker" "wireshark" ];
};
};
@ -105,6 +105,7 @@
looking-glass-client
playerctl
kdePackages.okular
wireshark
# Libraries
kdePackages.qtwayland
@ -132,6 +133,7 @@
steam.enable = true;
hyprland.enable = true;
zsh.enable = true;
wireshark.enable = true;
};
custom = {