diff options
| author | Grigory Shipunov | 2023-01-10 00:12:33 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-10 00:21:09 +0100 |
| commit | d9ed25f0d773d95a745979093ab247a65866e2fe (patch) | |
| tree | e0977ca362d46303b98ee249c5e92cb1946a65a3 /modules/devtools.nix | |
| parent | 1a5575bab88e2f3e3409e2b9b54f6f25bbace8e9 (diff) | |
continue on toaster config
Diffstat (limited to 'modules/devtools.nix')
| -rw-r--r-- | modules/devtools.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix index 0922f74..097dc22 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -17,8 +17,17 @@ nixpkgs-fmt # julia julia-bin + # hardware + kicad ]; + # Wireshark + programs.wireshark = { + enable = true; + package = pkgs.wireshark; + }; + users.users.grue.extraGroups = [ "wireshark" ]; + ## Julia environment.variables = { JULIA_NUM_THREADS = "8"; |
