added/removed programs

This commit is contained in:
Lgmrszd 2024-05-11 01:42:20 +03:00
parent 985f36d555
commit bd760643b0
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 10 additions and 3 deletions

View file

@ -222,6 +222,8 @@ in
# programs.command-not-found.enable = false;
# programs.nix-index.enable = true;
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;
# fish
programs.fish = {
@ -283,7 +285,7 @@ in
users.users.lgm = {
isNormalUser = true;
description = "lgm";
extraGroups = [ "networkmanager" "wheel" "adbusers" "docker"];
extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" "wireshark"];
shell = pkgs.fish;
};