commit 2a26bdba732e2f5950fce966c4cd4585b191f06e
parent 4df7541a52463ed5420602a6e68e1ef4a307ebed
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 24 Aug 2018 18:02:38 +0200
Add direnv to base and ripgrep to dev
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/base.nix b/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
];
}
diff --git a/dev.nix b/dev.nix
@@ -7,5 +7,6 @@
cmake
binutils-unwrapped
mercurial
+ ripgrep
];
}