added r globally
This commit is contained in:
parent
f2b914603e
commit
e03a89b942
2 changed files with 9 additions and 0 deletions
8
modules/home/r/default.nix
Normal file
8
modules/home/r/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
R
|
||||
rstudio
|
||||
pandoc
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue