crea shenv de chrome

This commit is contained in:
Fabián Montero 2022-04-20 21:18:22 -06:00
parent bbdd2d9731
commit fe03d4bbc5
2 changed files with 6 additions and 0 deletions

5
shenvs/chrome.nix Normal file
View file

@ -0,0 +1,5 @@
pkgs: {
paths = with pkgs; [
google-chrome
];
}

View file

@ -4,6 +4,7 @@ pkgs: {
jupyterlab
matplotlib
numpy
octave
scipy
sympy
] ))