various updates

This commit is contained in:
Vivian 2024-03-18 17:12:51 +01:00
parent 89ce2c97d9
commit 636e23deb7
11 changed files with 149 additions and 145 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 cryptography ];
my-python-packages = ps: with ps; [ pandas requests numpy scapy pyshark cryptography flask ];
in {
home.packages = with pkgs; [
(python3.withPackages my-python-packages)