Commit 2a26bdba732e

Vincent Demeester <vincent@sbr.pm>
2018-08-24 18:02:38
Add direnv to base and ripgrep to dev
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4df7541
Changed files (2)
base.nix
@@ -27,11 +27,12 @@ rec {
   xdg.configFile."tmux/tmux.conf".source = ./tmux/tmux.conf;
   xdg.configFile."tmux/commons/keybindings".source = ./tmux/keybindings;
   home.packages = with pkgs; [
-    jq
+    direnv
+    enchive
     htop
+    jq
     pass
     tree
     tmux
-    enchive
   ];
 }
dev.nix
@@ -7,5 +7,6 @@
     cmake
     binutils-unwrapped
     mercurial
+    ripgrep
   ];
 }