continue on toaster config

This commit is contained in:
Grigory Shipunov 2023-01-10 00:12:33 +01:00
parent 1a5575bab8
commit d9ed25f0d7
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
6 changed files with 31 additions and 2 deletions

View file

@ -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";