diff options
| author | Grisha Shipunov | 2025-01-29 21:23:48 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-29 21:23:48 +0100 |
| commit | 38d599d559bb74e11f8111e435d6000055c81530 (patch) | |
| tree | a635177c87633e58b34691566c67a027bd782ff9 | |
| parent | 43261954c2226dd9fafb916f4fd95a2201566ac0 (diff) | |
small tweaks
| -rw-r--r-- | modules/devtools.nix | 7 |
1 files 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)" |
