home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c93eabe77a4f2c8ba318112c9f59bd45157d1148
parent 21d51a800ca01e580d7cb1f40b8ec0fcfae6be90
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 31 Aug 2019 16:58:42 +0200

machine/naruhodo: add ripgrep

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/okinawa.nix | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/machines/okinawa.nix b/machines/okinawa.nix @@ -1,7 +1,12 @@ -{ +{ pkgs, ... }: + +with import ../assets/machines.nix; { imports = [ ./base.nix ]; + home.packages = with pkgs; [ + ripgrep + ]; profiles.gpg.enable = true; xdg.configFile."ape.conf".source = ../assets/ape.conf; }