summaryrefslogtreecommitdiff
path: root/nix-home-config
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-01-19 08:48:59 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-01-19 08:49:04 -0500
commit043ba978b72482e1443a3224c76db78520ae6a0f (patch)
treeaf9608caacb42eaafd5ac528bb5c668cd9cf7268 /nix-home-config
parentf1bd8ee40d7d55f1acf172eef9cb74333ac7e262 (diff)
dotfiles
Diffstat (limited to 'nix-home-config')
-rw-r--r--nix-home-config/my-env.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/nix-home-config/my-env.nix b/nix-home-config/my-env.nix
index 265b114..1f4831d 100644
--- a/nix-home-config/my-env.nix
+++ b/nix-home-config/my-env.nix
@@ -12,11 +12,15 @@
htop
iw
wirelesstools
- R
- rPackages.data_table
- rPackages.ggplot2
- rPackages.hms
- rPackages.viridis
+ (rWrapper.override {
+ packages = with rPackages; [
+ data_table
+ ggplot2
+ hms
+ viridis
+ lubridate
+ ];
+ })
emacs
hledger
hledger-ui