mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
added/removed programs
This commit is contained in:
parent
985f36d555
commit
bd760643b0
2 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue