install ripgrep

This commit is contained in:
nixos 2023-09-02 20:53:16 +02:00
parent d0c6c5eb45
commit 64c4e59085
2 changed files with 3 additions and 0 deletions

View file

@ -44,6 +44,7 @@ in
curl
git
btop
ripgrep
];
gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ];
};

View file

@ -5,6 +5,8 @@
username = "pim";
homeDirectory = "/home/pim";
stateVersion = stateVersion;
packages = with pkgs; [];
};
programs = {