From 38d599d559bb74e11f8111e435d6000055c81530 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 29 Jan 2025 21:23:48 +0100 Subject: [PATCH] small tweaks --- modules/devtools.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/devtools.nix b/modules/devtools.nix index a5f3d35..8288862 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -38,12 +38,14 @@ nixpkgs-fmt nix-index kicad + kikit freecad-wayland imhex python313Full nixfmt-rfc-style treefmt android-tools + bacon ]; # android stuff @@ -57,11 +59,6 @@ }; users.users."0xa".extraGroups = [ "wireshark" ]; - ## Julia - environment.variables = { - JULIA_NUM_THREADS = "8"; - }; - ## direnv programs.bash.interactiveShellInit = '' eval "$(direnv hook bash)"