fix: add ripgrep for doomemacs

This commit is contained in:
Ashhhleyyy 2024-01-19 13:14:09 +00:00
parent aee54cdd57
commit a6c7e6fc7f
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -1,5 +1,6 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [
emacs29
ripgrep
];
}