added r globally
This commit is contained in:
parent
f2b914603e
commit
e03a89b942
2 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
./git
|
./git
|
||||||
./media
|
./media
|
||||||
./notes
|
./notes
|
||||||
|
./r
|
||||||
./terminal
|
./terminal
|
||||||
./utils
|
./utils
|
||||||
];
|
];
|
||||||
|
|
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
Reference in a new issue