removed r

This commit is contained in:
twoneis 2023-12-09 12:11:36 +01:00
parent f9d612d6ed
commit ae94a2beca
2 changed files with 0 additions and 9 deletions

View file

@ -11,7 +11,6 @@
./git ./git
./media ./media
./notes ./notes
./r
./terminal ./terminal
./utils ./utils
]; ];

View file

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