mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
Add wrapped rstudio
This commit is contained in:
parent
e6f09f368d
commit
429535dee2
2 changed files with 11 additions and 2 deletions
|
@ -212,6 +212,7 @@
|
|||
#lingua-franca-ide = super.callPackage ./overlays/lf-eclipse.nix { };
|
||||
#})
|
||||
#];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -279,7 +280,7 @@
|
|||
firefox-wayland
|
||||
# torbrowser
|
||||
#next
|
||||
rstudio
|
||||
# rstudio
|
||||
## time tracking
|
||||
watson
|
||||
## file managers
|
||||
|
|
|
@ -10,6 +10,14 @@
|
|||
lazyeval
|
||||
];
|
||||
};
|
||||
rstudioEnv = rstudioWrapper.override {
|
||||
packages = with rPackages; [
|
||||
ggplot2
|
||||
tidyverse
|
||||
rlang
|
||||
lazyeval
|
||||
];
|
||||
};
|
||||
in
|
||||
[ R-with-my-packages ];
|
||||
[ R-with-my-packages rstudioEnv ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue