summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/devtools.nix7
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)"