diff options
Diffstat (limited to 'modules/science.nix')
| -rw-r--r-- | modules/science.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/science.nix b/modules/science.nix new file mode 100644 index 0000000..b6ce66b --- /dev/null +++ b/modules/science.nix @@ -0,0 +1,17 @@ +{ config, pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + (rWrapper.override { + packages = with rPackages; [ + ggplot2 + swirl + dplyr + data_table + ]; + }) + gnuplot + zotero + python3Full + paraview + ]; +} |
