Skip to content

Commit 028f7fc

Browse files
committed
Add nvd
1 parent 35728f6 commit 028f7fc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

home/desktop/development.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@
5858
pkgs.python312Packages.pylatexenc
5959
pkgs.python312Packages.debugpy
6060

61+
# jupyter
62+
pkgs.python312Packages.jupyter
63+
pkgs.python312Packages.jupyterlab
64+
pkgs.python312Packages.notebook
65+
pkgs.python312Packages.ipython
66+
pkgs.python312Packages.ipykernel
67+
pkgs.python312Packages.matplotlib
68+
pkgs.python312Packages.seaborn
69+
pkgs.python312Packages.pandas
70+
pkgs.python312Packages.numpy
71+
pkgs.python312Packages.scipy
72+
6173
# rust-related
6274
pkgs.rustc
6375
pkgs.clippy

hosts/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
];
2020

2121
environment.systemPackages = with pkgs; [
22+
nvd
23+
2224
gcc
2325
glib
2426
glibc

0 commit comments

Comments
 (0)