minor updates

This commit is contained in:
Vivian 2024-03-04 15:22:52 +01:00
parent 4416a21e47
commit 457537462a
6 changed files with 43 additions and 44 deletions

View file

@ -4,7 +4,7 @@ let
inherit (pkgs.texlive) scheme-full;
dnd-5e-latex-template = { pkgs = [ pkgs.v.dnd-5e-latex-template ]; };
};
my-python-packages = ps: with ps; [ pandas requests numpy scapy pyshark ];
my-python-packages = ps: with ps; [ pandas requests numpy scapy pyshark cryptography ];
in {
home.packages = with pkgs; [
(python3.withPackages my-python-packages)