continue on toaster config
This commit is contained in:
parent
1a5575bab8
commit
d9ed25f0d7
6 changed files with 31 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue