small tweaks
This commit is contained in:
parent
43261954c2
commit
38d599d559
1 changed files with 2 additions and 5 deletions
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue