diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/tomato/packages.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 8b57f50..20c463f 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -41,7 +41,11 @@ in ])) jre ruby - R + (rWrapper.override { + packages = with rPackages; [ + tidyverse + ]; + }) sbcl python3 rclone |
