From ae94a2beca5e861122cf4a98119d2e71ae684c7f Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 9 Dec 2023 12:11:36 +0100 Subject: [PATCH] removed r --- modules/home/default.nix | 1 - modules/home/r/default.nix | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 modules/home/r/default.nix diff --git a/modules/home/default.nix b/modules/home/default.nix index 8e14cd2..ee63ffb 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -11,7 +11,6 @@ ./git ./media ./notes - ./r ./terminal ./utils ]; diff --git a/modules/home/r/default.nix b/modules/home/r/default.nix deleted file mode 100644 index 71bdc34..0000000 --- a/modules/home/r/default.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs, ... }: { - home.packages = with pkgs; [ - R - rstudioWrapper - pandoc - texlive.combined.scheme-full - ]; -}