init
This commit is contained in:
commit
a953246971
17 changed files with 795 additions and 0 deletions
19
modules/science.nix
Normal file
19
modules/science.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# (rWrapper.override{ packages = with rPackages; [
|
||||
# ggplot2
|
||||
# swirl
|
||||
# languageserver
|
||||
# dplyr
|
||||
# data_table
|
||||
# ]; })
|
||||
#(rstudioWrapper.override{ packages = with rPackages; [ ggplot2 ]; })
|
||||
texlive.combined.scheme-full
|
||||
gnuplot
|
||||
graphicsmagick
|
||||
zotero
|
||||
python3Full
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue