small tweaks

This commit is contained in:
Grisha Shipunov 2025-01-29 21:23:48 +01:00
parent 43261954c2
commit 38d599d559

View file

@ -38,12 +38,14 @@
nixpkgs-fmt nixpkgs-fmt
nix-index nix-index
kicad kicad
kikit
freecad-wayland freecad-wayland
imhex imhex
python313Full python313Full
nixfmt-rfc-style nixfmt-rfc-style
treefmt treefmt
android-tools android-tools
bacon
]; ];
# android stuff # android stuff
@ -57,11 +59,6 @@
}; };
users.users."0xa".extraGroups = [ "wireshark" ]; users.users."0xa".extraGroups = [ "wireshark" ];
## Julia
environment.variables = {
JULIA_NUM_THREADS = "8";
};
## direnv ## direnv
programs.bash.interactiveShellInit = '' programs.bash.interactiveShellInit = ''
eval "$(direnv hook bash)" eval "$(direnv hook bash)"