diff --git a/dotfiles/kakrc b/dotfiles/kakrc index 7c1b1be1..9688194c 100644 --- a/dotfiles/kakrc +++ b/dotfiles/kakrc @@ -170,6 +170,7 @@ face global Information rgb:44ccee+b face global MatchingChar ,rgb:665c54+bF + ## Filetype formatting hook global BufSetOption filetype=rust %{ diff --git a/home/common.nix b/home/common.nix index 09544a25..4ef77096 100644 --- a/home/common.nix +++ b/home/common.nix @@ -32,7 +32,10 @@ in rec { rink numbat ghc ( python310.withPackages (ps: with ps; [ - ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; })) + numpy matplotlib sympy scipy pandas + pwntools z3 tqdm + pyusb usbtmc + ipython mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; })) ])) ( agda.withPackages (ps: with ps; [ standard-library cubical ]) ) typst