nix-config/modules/home/r/default.nix
2023-11-26 00:34:09 +01:00

8 lines
124 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
R
rstudioWrapper
pandoc
texlive.combined.scheme-full
];
}